Azure / azure-cosmosdb-java

Java Async SDK for SQL API of Azure Cosmos DB
MIT License
54 stars 61 forks source link

ETag Check in Cosmos SDK V4 batch #399

Open fork-demon opened 2 years ago

fork-demon commented 2 years ago

Hi Team ,

We are using Java SDK batch transactions in one of our service. Earlier we used to do this via Stored Procedure in Java Script. We had option to provide ETag check in transactions update, but in Java Batch Transactions we do not have an option to provide ETag check while executing transaction.

I m using - 4.18.0 CosmosDB