72 строки
5.8 KiB
YAML
72 строки
5.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.cosmos.models.CosmosBulkOperationResponse"
|
|
fullName: "com.azure.cosmos.models.CosmosBulkOperationResponse<TContext>"
|
|
name: "CosmosBulkOperationResponse<TContext>"
|
|
nameWithType: "CosmosBulkOperationResponse<TContext>"
|
|
summary: "Request, response and the exception(if any) for a <xref uid=\"com.azure.cosmos.models.CosmosItemOperation\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CosmosItemOperation\"></xref> request when processed using Bulk by calling <xref uid=\"com.azure.cosmos.CosmosAsyncContainer.<TContext>executeBulkOperations(reactor.core.publisher.Flux<com.azure.cosmos.models.CosmosItemOperation>,com.azure.cosmos.models.CosmosBulkExecutionOptions)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CosmosAsyncContainer#executeBulkOperations(Flux, CosmosBulkExecutionOptions)\"></xref>."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
methodsRef:
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
|
|
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
|
|
syntax: "public final class **CosmosBulkOperationResponse<TContext>**"
|
|
methods:
|
|
- uid: "com.azure.cosmos.models.CosmosBulkOperationResponse.getBatchContext()"
|
|
fullName: "com.azure.cosmos.models.CosmosBulkOperationResponse<TContext>.getBatchContext()"
|
|
name: "getBatchContext()"
|
|
nameWithType: "CosmosBulkOperationResponse<TContext>.getBatchContext()"
|
|
summary: "Gets the Batch<wbr>Context"
|
|
syntax: "public TContext getBatchContext()"
|
|
desc: "Gets the BatchContext"
|
|
returns:
|
|
description: "BatchContext"
|
|
type: "<xref href=\"TContext?alt=TContext&text=TContext\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.cosmos.models.CosmosBulkOperationResponse.getException()"
|
|
fullName: "com.azure.cosmos.models.CosmosBulkOperationResponse<TContext>.getException()"
|
|
name: "getException()"
|
|
nameWithType: "CosmosBulkOperationResponse<TContext>.getException()"
|
|
summary: "Gets the Exception"
|
|
syntax: "public Exception getException()"
|
|
desc: "Gets the Exception"
|
|
returns:
|
|
description: "Exception"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html\">Exception</a>"
|
|
- uid: "com.azure.cosmos.models.CosmosBulkOperationResponse.getOperation()"
|
|
fullName: "com.azure.cosmos.models.CosmosBulkOperationResponse<TContext>.getOperation()"
|
|
name: "getOperation()"
|
|
nameWithType: "CosmosBulkOperationResponse<TContext>.getOperation()"
|
|
summary: "Gets the <xref uid=\"com.azure.cosmos.models.CosmosItemOperation\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CosmosItemOperation\"></xref>"
|
|
syntax: "public CosmosItemOperation getOperation()"
|
|
desc: "Gets the <xref uid=\"com.azure.cosmos.models.CosmosItemOperation\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CosmosItemOperation\"></xref>"
|
|
returns:
|
|
description: "CosmosItemOperation"
|
|
type: "<xref href=\"com.azure.cosmos.models.CosmosItemOperation?alt=com.azure.cosmos.models.CosmosItemOperation&text=CosmosItemOperation\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.cosmos.models.CosmosBulkOperationResponse.getResponse()"
|
|
fullName: "com.azure.cosmos.models.CosmosBulkOperationResponse<TContext>.getResponse()"
|
|
name: "getResponse()"
|
|
nameWithType: "CosmosBulkOperationResponse<TContext>.getResponse()"
|
|
summary: "Gets the <xref uid=\"com.azure.cosmos.models.CosmosBulkItemResponse\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CosmosBulkItemResponse\"></xref>"
|
|
syntax: "public CosmosBulkItemResponse getResponse()"
|
|
desc: "Gets the <xref uid=\"com.azure.cosmos.models.CosmosBulkItemResponse\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CosmosBulkItemResponse\"></xref>"
|
|
returns:
|
|
description: "CosmosBulkItemResponse"
|
|
type: "<xref href=\"com.azure.cosmos.models.CosmosBulkItemResponse?alt=com.azure.cosmos.models.CosmosBulkItemResponse&text=CosmosBulkItemResponse\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
typeParameters:
|
|
- name: "TContext"
|
|
desc: "Request, response and the exception(if any) for a <xref uid=\"com.azure.cosmos.models.CosmosItemOperation\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CosmosItemOperation\"></xref> request when processed using Bulk by calling <xref uid=\"com.azure.cosmos.CosmosAsyncContainer.<TContext>executeBulkOperations(reactor.core.publisher.Flux<com.azure.cosmos.models.CosmosItemOperation>,com.azure.cosmos.models.CosmosBulkExecutionOptions)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CosmosAsyncContainer#executeBulkOperations(Flux, CosmosBulkExecutionOptions)\"></xref>."
|
|
metadata: {}
|
|
package: "com.azure.cosmos.models"
|
|
artifact: com.azure:azure-cosmos:4.63.4
|