Skip to content
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

Documentation around OCC (optimistic concurrency control) for this library #456

Open
cvraman opened this issue Jul 8, 2021 · 0 comments

Comments

@cvraman
Copy link

cvraman commented Jul 8, 2021

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant