Skip to content

Commit 9ae1527

Browse files
authored
Update transactional-batch.md
1 parent 9d0c805 commit 9ae1527

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Transactional batch operations in Azure Cosmos DB using the .NET or Java SDK
3-
description: Learn how to use TransactionalBatch in the Azure Cosmos DB .NET SDK to perform a group of point operations that either succeed or fail.
3+
description: Learn how to use TransactionalBatch in the Azure Cosmos DB .NET or Java SDK to perform a group of point operations that either succeed or fail.
44
author: stefArroyo
55
ms.author: esarroyo
66
ms.service: cosmos-db
@@ -9,7 +9,7 @@ ms.topic: conceptual
99
ms.date: 10/27/2020
1010
---
1111

12-
# Transactional batch operations in Azure Cosmos DB using the .NET SDK
12+
# Transactional batch operations in Azure Cosmos DB using the .NET or Java SDK
1313
[!INCLUDE[appliesto-sql-api](../includes/appliesto-sql-api.md)]
1414

1515
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.

0 commit comments

Comments
 (0)