74 строки
5.6 KiB
YAML
74 строки
5.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.documentdb.bulkexecutor.BulkUpdateResponse"
|
|
fullName: "com.microsoft.azure.documentdb.bulkexecutor.BulkUpdateResponse"
|
|
name: "BulkUpdateResponse"
|
|
nameWithType: "BulkUpdateResponse"
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public class **BulkUpdateResponse**"
|
|
methods:
|
|
- uid: "com.microsoft.azure.documentdb.bulkexecutor.BulkUpdateResponse.getErrors()"
|
|
fullName: "com.microsoft.azure.documentdb.bulkexecutor.BulkUpdateResponse.getErrors()"
|
|
name: "getErrors()"
|
|
nameWithType: "BulkUpdateResponse.getErrors()"
|
|
summary: "Gets failure list if some documents failed to get updated."
|
|
syntax: "public List<Exception> getErrors()"
|
|
desc: "Gets failure list if some documents failed to get updated."
|
|
returns:
|
|
description: "list of errors or empty list if no error."
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.Exception?alt=java.lang.Exception&text=Exception\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.documentdb.bulkexecutor.BulkUpdateResponse.getFailedUpdates()"
|
|
fullName: "com.microsoft.azure.documentdb.bulkexecutor.BulkUpdateResponse.getFailedUpdates()"
|
|
name: "getFailedUpdates()"
|
|
nameWithType: "BulkUpdateResponse.getFailedUpdates()"
|
|
summary: "Gets the list of updates which could not be completed along with the specific exceptions leading to the failures."
|
|
syntax: "public List<BulkUpdateFailure> getFailedUpdates()"
|
|
desc: "Gets the list of updates which could not be completed along with the specific exceptions leading to the failures."
|
|
returns:
|
|
description: "failedUpdates"
|
|
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.documentdb.bulkexecutor.BulkUpdateFailure?alt=com.microsoft.azure.documentdb.bulkexecutor.BulkUpdateFailure&text=BulkUpdateFailure\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.microsoft.azure.documentdb.bulkexecutor.BulkUpdateResponse.getNumberOfDocumentsUpdated()"
|
|
fullName: "com.microsoft.azure.documentdb.bulkexecutor.BulkUpdateResponse.getNumberOfDocumentsUpdated()"
|
|
name: "getNumberOfDocumentsUpdated()"
|
|
nameWithType: "BulkUpdateResponse.getNumberOfDocumentsUpdated()"
|
|
summary: "Gets number of documents successfully updated."
|
|
syntax: "public int getNumberOfDocumentsUpdated()"
|
|
desc: "Gets number of documents successfully updated.\n\nIf this number is less than actual batch size (meaning some documents failed to get updated), use <xref uid=\"com.microsoft.azure.documentdb.bulkexecutor.BulkUpdateResponse.getErrors()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#getErrors()\"></xref> to get the failure cause."
|
|
returns:
|
|
description: "the numberOfDocumentsUpdated"
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.documentdb.bulkexecutor.BulkUpdateResponse.getTotalRequestUnitsConsumed()"
|
|
fullName: "com.microsoft.azure.documentdb.bulkexecutor.BulkUpdateResponse.getTotalRequestUnitsConsumed()"
|
|
name: "getTotalRequestUnitsConsumed()"
|
|
nameWithType: "BulkUpdateResponse.getTotalRequestUnitsConsumed()"
|
|
syntax: "public double getTotalRequestUnitsConsumed()"
|
|
returns:
|
|
description: "the totalRequestUnitsConsumed"
|
|
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.microsoft.azure.documentdb.bulkexecutor.BulkUpdateResponse.getTotalTimeTaken()"
|
|
fullName: "com.microsoft.azure.documentdb.bulkexecutor.BulkUpdateResponse.getTotalTimeTaken()"
|
|
name: "getTotalTimeTaken()"
|
|
nameWithType: "BulkUpdateResponse.getTotalTimeTaken()"
|
|
syntax: "public Duration getTotalTimeTaken()"
|
|
returns:
|
|
description: "the totalTimeTaken"
|
|
type: "<xref href=\"java.time.Duration?alt=java.time.Duration&text=Duration\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.documentdb.bulkexecutor"
|
|
artifact: com.microsoft.azure:documentdb-bulkexecutor:2.9.3
|