BulkUpdateFailure Class
- java.
lang. Object - com.
microsoft. azure. documentdb. bulkexecutor. BulkUpdateFailure
- com.
public class BulkUpdateFailure
Constructor Summary
| Constructor | Description | |
|---|---|---|
| BulkUpdateFailure() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| java.lang.Exception |
getBulkUpdateFailureException()
Gets the exception which led to the bulk update failure |
|
java.util.List<Update |
getFailedUpdateItems()
Gets the list of Update |
| void |
setBulkUpdateFailureException(Exception bulkUpdateFailureException)
Sets the exception which caused the bulk update failure |
| void |
setFailedUpdates(List<UpdateItem> failedUpdateItems)
Sets the list of Update |
Methods inherited from java.lang.Object
Constructor Details
BulkUpdateFailure
public BulkUpdateFailure()
Method Details
getBulkUpdateFailureException
public Exception getBulkUpdateFailureException()
Gets the exception which led to the bulk update failure
Returns:
getFailedUpdateItems
public List<UpdateItem> getFailedUpdateItems()
Gets the list of UpdateItems which were not successfully updated
Returns:
setBulkUpdateFailureException
public void setBulkUpdateFailureException(Exception bulkUpdateFailureException)
Sets the exception which caused the bulk update failure
Parameters:
setFailedUpdates
public void setFailedUpdates(List<UpdateItem> failedUpdateItems)
Sets the list of UpdateItems which were not successfully updated
Parameters: