We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I saw a blog post about OCC using .NET code, where the same cosmos document is being updated by a bulk process and individual document update concurrently. https://devblogs.microsoft.com/cosmosdb/bulk-updates-with-optimistic-concurrency-control/
I understood that if the etag check fails, OCC will kick in and the .NET SDK will throw exception.
Will up-serting a document through this library have the same behavior ? Does this library support OCC ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I saw a blog post about OCC using .NET code, where the same cosmos document is being updated by a bulk process and individual document update concurrently.
https://devblogs.microsoft.com/cosmosdb/bulk-updates-with-optimistic-concurrency-control/
I understood that if the etag check fails, OCC will kick in and the .NET SDK will throw exception.
Will up-serting a document through this library have the same behavior ? Does this library support OCC ?
The text was updated successfully, but these errors were encountered: