Skip to content

Commit 1f29229

Browse files
committed
Bulk executor doc updates
1 parent 4266f2a commit 1f29229

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

articles/cosmos-db/bulk-executor-dot-net.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
title: Using bulk executor .NET library to perform bulk operations in Azure Cosmos DB | Microsoft Docs
3-
description: Use Azure Cosmos DB’s bulk executor .NET library to bulk import and update documents to Azure Cosmos DB containers.
4-
keywords: .Net bulk executor
2+
title: Using bulk executor .NET library to perform bulk import and update operations in Azure Cosmos DB | Microsoft Docs
3+
description: Bulk import and update Azure Cosmos DB documents using bulk executor .NET library.
54
services: cosmos-db
65
author: tknandu
76
manager: kfile
@@ -16,7 +15,9 @@ ms.author: ramkris
1615

1716
# Use bulk executor .NET library to perform bulk operations in Azure Cosmos DB
1817

19-
This tutorial provides instructions on using the Azure Cosmos DB’s bulk executor .NET library to import and update documents to Azure Cosmos DB container. To learn about bulk executor library and how it helps you leverage massive throughput and storage, see [bulk executor library overview](bulk-executor-overview.md) article. This tutorial will walk you through a sample .NET application that bulk imports randomly generated documents into an Azure Cosmos DB container. After importing, it shows you how you can bulk update the imported data by specifying patches as operations to perform on specific document fields. Currently, bulk executor library is supported by Azure Cosmos DB SQL API and Gremlin API accounts only. This article describes how to use bulk executor .Net library with SQL API accounts.
18+
This tutorial provides instructions on using the Azure Cosmos DB’s bulk executor .NET library to import and update documents to Azure Cosmos DB container. To learn about bulk executor library and how it helps you leverage massive throughput and storage, see [bulk executor library overview](bulk-executor-overview.md) article. In this tutorial, you will see a sample .NET application that bulk imports randomly generated documents into an Azure Cosmos DB container. After importing, it shows you how you can bulk update the imported data by specifying patches as operations to perform on specific document fields.
19+
20+
Currently, bulk executor library is supported by Azure Cosmos DB SQL API and Gremlin API accounts only. This article describes how to use bulk executor .Net library with SQL API accounts. To learn about using bulk executor .NET library with Gremlin API, see [perform bulk operations in Azure Cosmos DB Gremlin API](bulk-executor-graph-dotnet.md).
2021

2122
## Prerequisites
2223

articles/cosmos-db/bulk-executor-java.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
title: Using bulk executor Java library to perform bulk operations in Azure Cosmos DB | Microsoft Docs
3-
description: Use Azure Cosmos DB’s bulk executor Java library to bulk import and update documents to Azure Cosmos DB containers.
4-
keywords: Java bulk executor
2+
title: Using bulk executor Java library to perform bulk import and update operations in Azure Cosmos DB | Microsoft Docs
3+
description: Bulk import and update Azure Cosmos DB documents using bulk executor Java library.
54
services: cosmos-db
65
author: tknandu
76
manager: kfile
@@ -16,7 +15,9 @@ ms.author: ramkris
1615

1716
# Use bulk executor Java library to perform bulk operations on Azure Cosmos DB data
1817

19-
This tutorial provides instructions on using the Azure Cosmos DB’s bulk executor Java library to import, and update Azure Cosmos DB documents. To learn about bulk executor library and how it helps you leverage massive throughput and storage, see [bulk executor Library overview](bulk-executor-overview.md) article. In this tutorial, you build a Java application that generates random documents and they are bulk imported into an Azure Cosmos DB container. After importing, you will bulk update some properties of a document. Currently, bulk executor library is supported by Azure Cosmos DB SQL API and Gremlin API accounts only. This article describes how to use bulk executor Java library with SQL API accounts.
18+
This tutorial provides instructions on using the Azure Cosmos DB’s bulk executor Java library to import, and update Azure Cosmos DB documents. To learn about bulk executor library and how it helps you leverage massive throughput and storage, see [bulk executor Library overview](bulk-executor-overview.md) article. In this tutorial, you build a Java application that generates random documents and they are bulk imported into an Azure Cosmos DB container. After importing, you will bulk update some properties of a document.
19+
20+
Currently, bulk executor library is supported by Azure Cosmos DB SQL API and Gremlin API accounts only. This article describes how to use bulk executor .Net library with SQL API accounts. To learn about using bulk executor .NET library with Gremlin API, see [perform bulk operations in Azure Cosmos DB Gremlin API](bulk-executor-graph-dotnet.md).
2021

2122
## Prerequisites
2223

articles/cosmos-db/bulk-executor-overview.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
2-
title: Azure Cosmos DB bulk executor library overview | Microsoft Docs
3-
description: The bulk executor library allows you to perform bulk operations in Azure Cosmos DB through bulk import and bulk update APIs.
4-
keywords: Java bulk executor
2+
title: Bulk import and update data in Azure Cosmos DB using the bulk executor library | Microsoft Docs
3+
description: Perform bulk operations in Azure Cosmos DB through bulk import and bulk update APIs offered by the bulk executor library.
54
services: cosmos-db
65
author: tknandu
76
manager: kfile
@@ -24,7 +23,7 @@ Azure Cosmos DB is a fast, flexible, and globally distributed database service t
2423
The bulk executor library helps you leverage this massive throughput and storage. The bulk executor library allows you to perform bulk operations in Azure Cosmos DB through bulk import and bulk update APIs. You can read more about the features of bulk executor library in the following sections.
2524

2625
> [!NOTE]
27-
> Currently, bulk executor library supports import and update operations and this library is supported by Azure Cosmos DB SQL API and Gremlin API accounts only. See [.NET](sql-api-sdk-bulk-executor-dot-net.md) and [Java](sql-api-sdk-bulk-executor-java.md) release notes for any updates to the library.
26+
> Currently, bulk executor library supports import and update operations and this library is supported by Azure Cosmos DB SQL API and Gremlin API accounts only.
2827
2928
## Key features of the bulk executor library
3029

0 commit comments

Comments
 (0)