Skip to content

Commit b1c193f

Browse files
committed
making section header and text .net and java agnostic
1 parent 563a528 commit b1c193f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/nosql/transactional-batch.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ ms.topic: conceptual
1010
ms.date: 10/27/2020
1111
---
1212

13-
# Transactional batch operations in Azure Cosmos DB using the .NET or Java SDK
13+
# Transactional batch operations in Azure Cosmos DB
1414
[!INCLUDE[NoSQL](../includes/appliesto-nosql.md)]
1515

16-
Transactional batch describes a group of point operations that need to either succeed or fail together with the same partition key in a container. In the .NET and Java SDKs, the `TransactionalBatch` class is used to define this batch of operations. If all operations succeed in the order they're described within the transactional batch operation, the transaction will be committed. However, if any operation fails, the entire transaction is rolled back.
16+
Transactional batch describes a group of point operations that need to either succeed or fail together with the same partition key in a container. Operations are defined, added to the batch, and the batch is executed. If all operations succeed in the order they're described within the transactional batch operation, the transaction will be committed. However, if any operation fails, the entire transaction is rolled back.
1717

1818
## What's a transaction in Azure Cosmos DB
1919

0 commit comments

Comments
 (0)