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

Batch CRUD API #427

Merged
merged 18 commits into from
Jul 16, 2019
Merged

Batch CRUD API #427

merged 18 commits into from
Jul 16, 2019

Conversation

abhijitpai
Copy link
Contributor

Exposes a Batch API that allows callers to perform multiple CRUD operations on items within a partition key in an atomic manner that alleviates the need to write and maintain stored procedures to achieve the same effect.

Microsoft.Azure.Cosmos/src/Batch/BatchOperationResult.cs Outdated Show resolved Hide resolved
Microsoft.Azure.Cosmos/src/Batch/BatchExecutor.cs Outdated Show resolved Hide resolved
Microsoft.Azure.Cosmos/src/Batch/BatchExecutor.cs Outdated Show resolved Hide resolved
Microsoft.Azure.Cosmos/src/Batch/BatchExecutor.cs Outdated Show resolved Hide resolved
Microsoft.Azure.Cosmos/src/Batch/BatchResponse.cs Outdated Show resolved Hide resolved
Microsoft.Azure.Cosmos/src/Batch/Batch.cs Outdated Show resolved Hide resolved
Microsoft.Azure.Cosmos/src/Batch/BatchExecUtils.cs Outdated Show resolved Hide resolved
kirillg
kirillg previously approved these changes Jul 3, 2019
kirankumarkolli
kirankumarkolli previously approved these changes Jul 9, 2019
@kirankumarkolli
Copy link
Member

Will merge once the build definitions are updated.

@kirankumarkolli kirankumarkolli merged commit af6a83a into master Jul 16, 2019
@kirankumarkolli kirankumarkolli deleted the users/abpai/batchapi branch July 16, 2019 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants