-
Notifications
You must be signed in to change notification settings - Fork 524
ReadThroughputAsync: Adds XML comment to Database.ReadThroughputAsync definition #3496
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
ReadThroughputAsync: Adds XML comment to Database.ReadThroughputAsync definition #3496
Conversation
…hput and null as request options
…rovisionedThroughput
…oughput' of https://github.com/Azure/azure-cosmos-dotnet-v3 into users/nalutripician/ReadThroughputAsyncNoProvisionedThroughput
ealsur
left a comment
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.
Let's think about the potential options that would not generate breaking changes
Co-authored-by: Matias Quaranta <[email protected]>
Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/CosmosThroughputTests.cs
Outdated
Show resolved
Hide resolved
Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.EmulatorTests/CosmosThroughputTests.cs
Outdated
Show resolved
Hide resolved
Co-authored-by: Matias Quaranta <[email protected]>
Microsoft.Azure.Cosmos/src/Resource/Database/DatabaseInlineCore.cs
Outdated
Show resolved
Hide resolved
ealsur
left a comment
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.
Please update the PR title reflecting what the PR now has
…rovisionedThroughput
|
@NaluTripician @ealsur would have been good to remove the following remark from that API documentation to reduce confusion along with adding the exception details: /// |
|
@abhijitpai Missed it, thanks! |
Pull Request Template
Description
The
database.ReadThroughputAsyncoverload that takesRequestOptionsaCosmosExceptionwhen the database doesn't have throughput provisioned. Updated XML comment to describe this error and why it occurs.Type of change
Please delete options that are not relevant.
Closing issues
To automatically close an issue: closes #2959