-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve api docs cosmos db #35300
Improve api docs cosmos db #35300
Conversation
API change check API changes are not detected in this pull request. |
@@ -0,0 +1,152 @@ | |||
package com.azure.cosmos; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing new file license header
import java.util.Collections; | ||
import java.util.List; | ||
|
||
public class ContainerAsyncCodeSnippets { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
public class ContainerAsyncCodeSnippets { | |
public class AsyncContainerCodeSnippets { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your feedback. I have renamed this class.
private final String serviceEndpoint = "<service-endpoint>"; | ||
private final String key = "<key>"; | ||
private final DirectConnectionConfig directConnectionConfig = new DirectConnectionConfig(); | ||
private final GatewayConnectionConfig gatewayConnectionConfig = new GatewayConnectionConfig(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks like these connection configs are not used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed it
Description
The PR adds additional information to the java docs according to the issue
All SDK Contribution checklist:
General Guidelines and Best Practices
Testing Guidelines