azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.documen...

87 строки
6.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.documentdb.bulkexecutor.BulkImportResponse"
fullName: "com.microsoft.azure.documentdb.bulkexecutor.BulkImportResponse"
name: "BulkImportResponse"
nameWithType: "BulkImportResponse"
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 **BulkImportResponse**"
methods:
- uid: "com.microsoft.azure.documentdb.bulkexecutor.BulkImportResponse.getBadInputDocuments()"
fullName: "com.microsoft.azure.documentdb.bulkexecutor.BulkImportResponse.getBadInputDocuments()"
name: "getBadInputDocuments()"
nameWithType: "BulkImportResponse.getBadInputDocuments()"
summary: "Gets the list of bad input documents which caused failures."
syntax: "public List<Object> getBadInputDocuments()"
desc: "Gets the list of bad input documents which caused failures."
returns:
description: "list of bad input documents."
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.documentdb.bulkexecutor.BulkImportResponse.getErrors()"
fullName: "com.microsoft.azure.documentdb.bulkexecutor.BulkImportResponse.getErrors()"
name: "getErrors()"
nameWithType: "BulkImportResponse.getErrors()"
summary: "Gets failure list if some documents failed to get inserted."
syntax: "public List<Exception> getErrors()"
desc: "Gets failure list if some documents failed to get inserted."
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\" />&lt;<xref href=\"java.lang.Exception?alt=java.lang.Exception&text=Exception\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.documentdb.bulkexecutor.BulkImportResponse.getFailedImports()"
fullName: "com.microsoft.azure.documentdb.bulkexecutor.BulkImportResponse.getFailedImports()"
name: "getFailedImports()"
nameWithType: "BulkImportResponse.getFailedImports()"
summary: "Gets the list of failed imports during the bulk import"
syntax: "public List<BulkImportFailure> getFailedImports()"
desc: "Gets the list of failed imports during the bulk import"
returns:
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.documentdb.bulkexecutor.BulkImportFailure?alt=com.microsoft.azure.documentdb.bulkexecutor.BulkImportFailure&text=BulkImportFailure\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.documentdb.bulkexecutor.BulkImportResponse.getNumberOfDocumentsImported()"
fullName: "com.microsoft.azure.documentdb.bulkexecutor.BulkImportResponse.getNumberOfDocumentsImported()"
name: "getNumberOfDocumentsImported()"
nameWithType: "BulkImportResponse.getNumberOfDocumentsImported()"
summary: "Gets number of documents successfully inserted."
syntax: "public int getNumberOfDocumentsImported()"
desc: "Gets number of documents successfully inserted.\n\nIf this number is less than actual batch size (meaning some documents failed to get inserted), use <xref uid=\"com.microsoft.azure.documentdb.bulkexecutor.BulkImportResponse.getErrors()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#getErrors()\"></xref> to get the failure cause."
returns:
description: "the numberOfDocumentsImported"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.documentdb.bulkexecutor.BulkImportResponse.getTotalRequestUnitsConsumed()"
fullName: "com.microsoft.azure.documentdb.bulkexecutor.BulkImportResponse.getTotalRequestUnitsConsumed()"
name: "getTotalRequestUnitsConsumed()"
nameWithType: "BulkImportResponse.getTotalRequestUnitsConsumed()"
summary: "Gets the total request units consumed during the bulk import."
syntax: "public double getTotalRequestUnitsConsumed()"
desc: "Gets the total request units consumed during the bulk import."
returns:
description: "the totalRequestUnitsConsumed"
type: "<xref href=\"double?alt=double&text=double\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.documentdb.bulkexecutor.BulkImportResponse.getTotalTimeTaken()"
fullName: "com.microsoft.azure.documentdb.bulkexecutor.BulkImportResponse.getTotalTimeTaken()"
name: "getTotalTimeTaken()"
nameWithType: "BulkImportResponse.getTotalTimeTaken()"
summary: "Gets the total time taken for bulk import."
syntax: "public Duration getTotalTimeTaken()"
desc: "Gets the total time taken for bulk import."
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