Uses of Class
com.azure.cosmos.models.CosmosBulkItemRequestOptions
Packages that use CosmosBulkItemRequestOptions
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of CosmosBulkItemRequestOptions in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return CosmosBulkItemRequestOptionsModifier and TypeMethodDescriptionCosmosBulkItemRequestOptions.setContentResponseOnWriteEnabled(Boolean contentResponseOnWriteEnabled) Sets the boolean to only return the headers and status code in Cosmos DB response in case of Create, Update and Delete operations inCosmosItemOperation.CosmosBulkItemRequestOptions.setIfMatchETag(String ifMatchETag) Sets the If-Match (ETag) associated with the operation inCosmosItemOperation.CosmosBulkItemRequestOptions.setIfNoneMatchETag(String ifNoneMatchEtag) Sets the If-None-Match (ETag) associated with the request in operation inCosmosItemOperation.Methods in com.azure.cosmos.models with parameters of type CosmosBulkItemRequestOptionsModifier and TypeMethodDescriptionstatic <T> CosmosItemOperationCosmosBulkOperations.getCreateItemOperation(T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions) Instantiate an operation for Creating item in Bulk execution.static <T,TContext>
CosmosItemOperationCosmosBulkOperations.getCreateItemOperation(T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions, TContext context) Instantiate an operation for Creating item in Bulk execution.static CosmosItemOperationCosmosBulkOperations.getDeleteItemOperation(String id, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions) Instantiate an operation for deleting item in Bulk execution.static <TContext> CosmosItemOperationCosmosBulkOperations.getDeleteItemOperation(String id, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions, TContext context) Instantiate an operation for deleting item in Bulk execution.static CosmosItemOperationCosmosBulkOperations.getReadItemOperation(String id, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions) Instantiate an operation for read item in Bulk execution.static <TContext> CosmosItemOperationCosmosBulkOperations.getReadItemOperation(String id, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions, TContext context) Instantiate an operation for read item in Bulk execution.static <T> CosmosItemOperationCosmosBulkOperations.getReplaceItemOperation(String id, T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions) Instantiate an operation for replace item in Bulk execution.static <T,TContext>
CosmosItemOperationCosmosBulkOperations.getReplaceItemOperation(String id, T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions, TContext context) Instantiate an operation for replace item in Bulk execution.static <T> CosmosItemOperationCosmosBulkOperations.getUpsertItemOperation(T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions) Instantiate an operation for upsert item in Bulk execution.static <T,TContext>
CosmosItemOperationCosmosBulkOperations.getUpsertItemOperation(T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions, TContext context) Instantiate an operation for upsert item in Bulk execution.