| Package | Description |
|---|---|
| com.microsoft.azure.documentdb.bulkexecutor |
| Modifier and Type | Method and Description |
|---|---|
BulkUpdateResponse |
DocumentBulkExecutor.mergeAll(Collection<com.microsoft.azure.documentdb.Document> patchDocuments,
Integer maxConcurrencyPerPartitionRange)
Executes a bulk update in the Azure Cosmos DB database service with given set of patch documents.
|
BulkUpdateResponse |
DocumentBulkExecutor.updateAll(Collection<UpdateItem> updateItems,
Integer maxConcurrencyPerPartitionRange)
Executes a bulk update in the Azure Cosmos DB database service.
|
Copyright © 2021. All rights reserved.