Skip to content

Commit 9543f13

Browse files
authored
Merge pull request #127338 from ealsur/users/ealsur/bulkexecutorjavadocs
Cosmos DB - Bulk Executor for java doc update
2 parents b8952ed + d83ba3f commit 9543f13

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: cosmos-db
66
ms.subservice: cosmosdb-sql
77
ms.devlang: java
88
ms.topic: how-to
9-
ms.date: 06/05/2020
9+
ms.date: 08/26/2020
1010
ms.author: ramkris
1111
ms.reviewer: sngun
1212
ms.custom: devx-track-java
@@ -180,7 +180,8 @@ You can update existing documents by using the BulkUpdateAsync API. In this exam
180180
|int getNumberOfDocumentsUpdated() | The total number of documents that were successfully updated out of the documents supplied to the bulk update API call. |
181181
|double getTotalRequestUnitsConsumed() | The total request units (RU) consumed by the bulk update API call. |
182182
|Duration getTotalTimeTaken() | The total time taken by the bulk update API call to complete execution. |
183-
|List\<Exception> getErrors() | Gets the list of errors if some documents out of the batch supplied to the bulk update API call failed to get inserted. |
183+
|List\<Exception> getErrors() | Gets the list of operational or networking issues related to the update operation. |
184+
|List\<BulkUpdateFailure> getFailedUpdates() | Gets the list of updates which could not be completed along with the specific exceptions leading to the failures.|
184185

185186
3. After you have the bulk update application ready, build the command-line tool from source by using the 'mvn clean package' command. This command generates a jar file in the target folder:
186187

0 commit comments

Comments
 (0)