| Package | Description |
|---|---|
| com.microsoft.azure.documentdb.bulkexecutor | |
| com.microsoft.azure.documentdb.bulkexecutor.internal |
| Modifier and Type | Method and Description |
|---|---|
List<UpdateItem> |
BulkUpdateFailure.getFailedUpdateItems()
Gets the list of UpdateItems which were not successfully updated
|
| Modifier and Type | Method and Description |
|---|---|
void |
BulkUpdateFailure.setFailedUpdates(List<UpdateItem> failedUpdateItems)
Sets the list of UpdateItems which were not successfully updated
|
BulkUpdateResponse |
DocumentBulkExecutor.updateAll(Collection<UpdateItem> updateItems,
Integer maxConcurrencyPerPartitionRange)
Executes a bulk update in the Azure Cosmos DB database service.
|
| Modifier and Type | Method and Description |
|---|---|
List<UpdateItem> |
BatchUpdater.getDocumentsFailedToUpdateDueToSplits() |
| Constructor and Description |
|---|
BatchUpdater(String partitionKeyRangeId,
List<List<UpdateItem>> batchesToUpdate,
com.microsoft.azure.documentdb.DocumentClient client,
String bulkUpdateSprocLink,
String partitionKeyProperty) |
Copyright © 2019. All rights reserved.