### YamlMime:JavaType
uid: "com.azure.cosmos.models.CosmosBulkOperations"
fullName: "com.azure.cosmos.models.CosmosBulkOperations"
name: "CosmosBulkOperations"
nameWithType: "CosmosBulkOperations"
summary: "Utility for creating bulk operations which can be executed by calling executeBulkOperations(reactor.core.publisher.Flux,com.azure.cosmos.models.CosmosBulkExecutionOptions)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CosmosAsyncContainer#executeBulkOperations(Flux, CosmosBulkExecutionOptions)\"> ."
inheritances:
- ""
inheritedClassMethods:
- classRef: "java.lang.Object"
methodsRef:
- "clone"
- "equals"
- "finalize"
- "getClass"
- "hashCode"
- "notify"
- "notifyAll"
- "toString"
- "wait"
- "wait"
- "wait"
syntax: "public final class **CosmosBulkOperations**"
constructors:
- uid: "com.azure.cosmos.models.CosmosBulkOperations.CosmosBulkOperations()"
fullName: "com.azure.cosmos.models.CosmosBulkOperations.CosmosBulkOperations()"
name: "CosmosBulkOperations()"
nameWithType: "CosmosBulkOperations.CosmosBulkOperations()"
syntax: "public CosmosBulkOperations()"
methods:
- uid: "com.azure.cosmos.models.CosmosBulkOperations.getCreateItemOperation(T,com.azure.cosmos.models.PartitionKey,TContext)"
fullName: "com.azure.cosmos.models.CosmosBulkOperations.getCreateItemOperation(T item, PartitionKey partitionKey, TContext context)"
name: "getCreateItemOperation(T item, PartitionKey partitionKey, TContext context)"
nameWithType: "CosmosBulkOperations.getCreateItemOperation(T item, PartitionKey partitionKey, TContext context)"
summary: "Instantiate an operation for Creating item in Bulk execution."
modifiers:
- "static"
parameters:
- description: "A JSON serializable object that must contain an id property."
name: "item"
type: ""
- description: "the partition key for the operation"
name: "partitionKey"
type: ""
- description: "The caller provided context for this operation."
name: "context"
type: ""
syntax: "public static CosmosItemOperation getCreateItemOperation(T item, PartitionKey partitionKey, TContext context)"
desc: "Instantiate an operation for Creating item in Bulk execution."
returns:
description: "the bulk operation."
type: ""
- uid: "com.azure.cosmos.models.CosmosBulkOperations.getCreateItemOperation(T,com.azure.cosmos.models.PartitionKey,com.azure.cosmos.models.CosmosBulkItemRequestOptions,TContext)"
fullName: "com.azure.cosmos.models.CosmosBulkOperations.getCreateItemOperation(T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions, TContext context)"
name: "getCreateItemOperation(T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions, TContext context)"
nameWithType: "CosmosBulkOperations.getCreateItemOperation(T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions, TContext context)"
summary: "Instantiate an operation for Creating item in Bulk execution."
modifiers:
- "static"
parameters:
- description: "A JSON serializable object that must contain an id property."
name: "item"
type: ""
- description: "the partition key for the operation."
name: "partitionKey"
type: ""
- description: "The options for the item request."
name: "requestOptions"
type: ""
- description: "The caller provided context for this operation."
name: "context"
type: ""
syntax: "public static CosmosItemOperation getCreateItemOperation(T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions, TContext context)"
desc: "Instantiate an operation for Creating item in Bulk execution."
returns:
description: "the bulk operation."
type: ""
- uid: "com.azure.cosmos.models.CosmosBulkOperations.getReplaceItemOperation(java.lang.String,T,com.azure.cosmos.models.PartitionKey,TContext)"
fullName: "com.azure.cosmos.models.CosmosBulkOperations.getReplaceItemOperation(String id, T item, PartitionKey partitionKey, TContext context)"
name: "getReplaceItemOperation(String id, T item, PartitionKey partitionKey, TContext context)"
nameWithType: "CosmosBulkOperations.getReplaceItemOperation(String id, T item, PartitionKey partitionKey, TContext context)"
summary: "Instantiate an operation for replace item in Bulk execution."
modifiers:
- "static"
parameters:
- description: "The unique id of the item."
name: "id"
type: "String"
- description: "A JSON serializable object that must contain an id property."
name: "item"
type: ""
- description: "the partition key for the operation."
name: "partitionKey"
type: ""
- description: "The caller provided context for this operation."
name: "context"
type: ""
syntax: "public static CosmosItemOperation getReplaceItemOperation(String id, T item, PartitionKey partitionKey, TContext context)"
desc: "Instantiate an operation for replace item in Bulk execution."
returns:
description: "the bulk operation."
type: ""
- uid: "com.azure.cosmos.models.CosmosBulkOperations.getReplaceItemOperation(java.lang.String,T,com.azure.cosmos.models.PartitionKey,com.azure.cosmos.models.CosmosBulkItemRequestOptions,TContext)"
fullName: "com.azure.cosmos.models.CosmosBulkOperations.getReplaceItemOperation(String id, T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions, TContext context)"
name: "getReplaceItemOperation(String id, T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions, TContext context)"
nameWithType: "CosmosBulkOperations.getReplaceItemOperation(String id, T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions, TContext context)"
summary: "Instantiate an operation for replace item in Bulk execution."
modifiers:
- "static"
parameters:
- description: "The unique id of the item.."
name: "id"
type: "String"
- description: "A JSON serializable object that must contain an id property."
name: "item"
type: ""
- description: "the partition key for the operation."
name: "partitionKey"
type: ""
- description: "The options for the item request."
name: "requestOptions"
type: ""
- description: "The caller provided context for this operation."
name: "context"
type: ""
syntax: "public static CosmosItemOperation getReplaceItemOperation(String id, T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions, TContext context)"
desc: "Instantiate an operation for replace item in Bulk execution."
returns:
description: "the bulk operation."
type: ""
- uid: "com.azure.cosmos.models.CosmosBulkOperations.getUpsertItemOperation(T,com.azure.cosmos.models.PartitionKey,TContext)"
fullName: "com.azure.cosmos.models.CosmosBulkOperations.getUpsertItemOperation(T item, PartitionKey partitionKey, TContext context)"
name: "getUpsertItemOperation(T item, PartitionKey partitionKey, TContext context)"
nameWithType: "CosmosBulkOperations.getUpsertItemOperation(T item, PartitionKey partitionKey, TContext context)"
summary: "Instantiate an operation for upsert item in Bulk execution."
modifiers:
- "static"
parameters:
- description: "A JSON serializable object that must contain an id property."
name: "item"
type: ""
- description: "the partition key for the operation."
name: "partitionKey"
type: ""
- description: "The caller provided context for this operation."
name: "context"
type: ""
syntax: "public static CosmosItemOperation getUpsertItemOperation(T item, PartitionKey partitionKey, TContext context)"
desc: "Instantiate an operation for upsert item in Bulk execution."
returns:
description: "the bulk operation."
type: ""
- uid: "com.azure.cosmos.models.CosmosBulkOperations.getUpsertItemOperation(T,com.azure.cosmos.models.PartitionKey,com.azure.cosmos.models.CosmosBulkItemRequestOptions,TContext)"
fullName: "com.azure.cosmos.models.CosmosBulkOperations.getUpsertItemOperation(T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions, TContext context)"
name: "getUpsertItemOperation(T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions, TContext context)"
nameWithType: "CosmosBulkOperations.getUpsertItemOperation(T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions, TContext context)"
summary: "Instantiate an operation for upsert item in Bulk execution."
modifiers:
- "static"
parameters:
- description: "A JSON serializable object that must contain an id property."
name: "item"
type: ""
- description: "the partition key for the operation."
name: "partitionKey"
type: ""
- description: "The options for the item request."
name: "requestOptions"
type: ""
- description: "The caller provided context for this operation."
name: "context"
type: ""
syntax: "public static CosmosItemOperation getUpsertItemOperation(T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions, TContext context)"
desc: "Instantiate an operation for upsert item in Bulk execution."
returns:
description: "the bulk operation."
type: ""
- uid: "com.azure.cosmos.models.CosmosBulkOperations.getCreateItemOperation(T,com.azure.cosmos.models.PartitionKey)"
fullName: "com.azure.cosmos.models.CosmosBulkOperations.getCreateItemOperation(T item, PartitionKey partitionKey)"
name: "getCreateItemOperation(T item, PartitionKey partitionKey)"
nameWithType: "CosmosBulkOperations.getCreateItemOperation(T item, PartitionKey partitionKey)"
summary: "Instantiate an operation for Creating item in Bulk execution."
modifiers:
- "static"
parameters:
- description: "A JSON serializable object that must contain an id property."
name: "item"
type: ""
- description: "the partition key for the operation"
name: "partitionKey"
type: ""
syntax: "public static CosmosItemOperation getCreateItemOperation(T item, PartitionKey partitionKey)"
desc: "Instantiate an operation for Creating item in Bulk execution."
returns:
description: "the bulk operation."
type: ""
- uid: "com.azure.cosmos.models.CosmosBulkOperations.getCreateItemOperation(T,com.azure.cosmos.models.PartitionKey,com.azure.cosmos.models.CosmosBulkItemRequestOptions)"
fullName: "com.azure.cosmos.models.CosmosBulkOperations.getCreateItemOperation(T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions)"
name: "getCreateItemOperation(T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions)"
nameWithType: "CosmosBulkOperations.getCreateItemOperation(T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions)"
summary: "Instantiate an operation for Creating item in Bulk execution."
modifiers:
- "static"
parameters:
- description: "A JSON serializable object that must contain an id property."
name: "item"
type: ""
- description: "the partition key for the operation."
name: "partitionKey"
type: ""
- description: "The options for the item request."
name: "requestOptions"
type: ""
syntax: "public static CosmosItemOperation getCreateItemOperation(T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions)"
desc: "Instantiate an operation for Creating item in Bulk execution."
returns:
description: "the bulk operation."
type: ""
- uid: "com.azure.cosmos.models.CosmosBulkOperations.getReplaceItemOperation(java.lang.String,T,com.azure.cosmos.models.PartitionKey)"
fullName: "com.azure.cosmos.models.CosmosBulkOperations.getReplaceItemOperation(String id, T item, PartitionKey partitionKey)"
name: "getReplaceItemOperation(String id, T item, PartitionKey partitionKey)"
nameWithType: "CosmosBulkOperations.getReplaceItemOperation(String id, T item, PartitionKey partitionKey)"
summary: "Instantiate an operation for replace item in Bulk execution."
modifiers:
- "static"
parameters:
- description: "The unique id of the item."
name: "id"
type: "String"
- description: "A JSON serializable object that must contain an id property."
name: "item"
type: ""
- description: "the partition key for the operation."
name: "partitionKey"
type: ""
syntax: "public static CosmosItemOperation getReplaceItemOperation(String id, T item, PartitionKey partitionKey)"
desc: "Instantiate an operation for replace item in Bulk execution."
returns:
description: "the bulk operation."
type: ""
- uid: "com.azure.cosmos.models.CosmosBulkOperations.getReplaceItemOperation(java.lang.String,T,com.azure.cosmos.models.PartitionKey,com.azure.cosmos.models.CosmosBulkItemRequestOptions)"
fullName: "com.azure.cosmos.models.CosmosBulkOperations.getReplaceItemOperation(String id, T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions)"
name: "getReplaceItemOperation(String id, T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions)"
nameWithType: "CosmosBulkOperations.getReplaceItemOperation(String id, T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions)"
summary: "Instantiate an operation for replace item in Bulk execution."
modifiers:
- "static"
parameters:
- description: "The unique id of the item.."
name: "id"
type: "String"
- description: "A JSON serializable object that must contain an id property."
name: "item"
type: ""
- description: "the partition key for the operation."
name: "partitionKey"
type: ""
- description: "The options for the item request."
name: "requestOptions"
type: ""
syntax: "public static CosmosItemOperation getReplaceItemOperation(String id, T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions)"
desc: "Instantiate an operation for replace item in Bulk execution."
returns:
description: "the bulk operation."
type: ""
- uid: "com.azure.cosmos.models.CosmosBulkOperations.getUpsertItemOperation(T,com.azure.cosmos.models.PartitionKey)"
fullName: "com.azure.cosmos.models.CosmosBulkOperations.getUpsertItemOperation(T item, PartitionKey partitionKey)"
name: "getUpsertItemOperation(T item, PartitionKey partitionKey)"
nameWithType: "CosmosBulkOperations.getUpsertItemOperation(T item, PartitionKey partitionKey)"
summary: "Instantiate an operation for upsert item in Bulk execution."
modifiers:
- "static"
parameters:
- description: "A JSON serializable object that must contain an id property."
name: "item"
type: ""
- description: "the partition key for the operation."
name: "partitionKey"
type: ""
syntax: "public static CosmosItemOperation getUpsertItemOperation(T item, PartitionKey partitionKey)"
desc: "Instantiate an operation for upsert item in Bulk execution."
returns:
description: "the bulk operation."
type: ""
- uid: "com.azure.cosmos.models.CosmosBulkOperations.getUpsertItemOperation(T,com.azure.cosmos.models.PartitionKey,com.azure.cosmos.models.CosmosBulkItemRequestOptions)"
fullName: "com.azure.cosmos.models.CosmosBulkOperations.getUpsertItemOperation(T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions)"
name: "getUpsertItemOperation(T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions)"
nameWithType: "CosmosBulkOperations.getUpsertItemOperation(T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions)"
summary: "Instantiate an operation for upsert item in Bulk execution."
modifiers:
- "static"
parameters:
- description: "A JSON serializable object that must contain an id property."
name: "item"
type: ""
- description: "the partition key for the operation."
name: "partitionKey"
type: ""
- description: "The options for the item request."
name: "requestOptions"
type: ""
syntax: "public static CosmosItemOperation getUpsertItemOperation(T item, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions)"
desc: "Instantiate an operation for upsert item in Bulk execution."
returns:
description: "the bulk operation."
type: ""
- uid: "com.azure.cosmos.models.CosmosBulkOperations.getDeleteItemOperation(java.lang.String,com.azure.cosmos.models.PartitionKey,TContext)"
fullName: "com.azure.cosmos.models.CosmosBulkOperations.getDeleteItemOperation(String id, PartitionKey partitionKey, TContext context)"
name: "getDeleteItemOperation(String id, PartitionKey partitionKey, TContext context)"
nameWithType: "CosmosBulkOperations.getDeleteItemOperation(String id, PartitionKey partitionKey, TContext context)"
summary: "Instantiate an operation for deleting item in Bulk execution."
modifiers:
- "static"
parameters:
- description: "The unique id of the item."
name: "id"
type: "String"
- description: "the partition key for the operation."
name: "partitionKey"
type: ""
- description: "The caller provided context for this operation."
name: "context"
type: ""
syntax: "public static CosmosItemOperation getDeleteItemOperation(String id, PartitionKey partitionKey, TContext context)"
desc: "Instantiate an operation for deleting item in Bulk execution."
returns:
description: "the bulk operation."
type: ""
- uid: "com.azure.cosmos.models.CosmosBulkOperations.getDeleteItemOperation(java.lang.String,com.azure.cosmos.models.PartitionKey,com.azure.cosmos.models.CosmosBulkItemRequestOptions,TContext)"
fullName: "com.azure.cosmos.models.CosmosBulkOperations.getDeleteItemOperation(String id, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions, TContext context)"
name: "getDeleteItemOperation(String id, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions, TContext context)"
nameWithType: "CosmosBulkOperations.getDeleteItemOperation(String id, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions, TContext context)"
summary: "Instantiate an operation for deleting item in Bulk execution."
modifiers:
- "static"
parameters:
- description: "The unique id of the item."
name: "id"
type: "String"
- description: "the partition key for the operation.."
name: "partitionKey"
type: ""
- description: "The options for the item request."
name: "requestOptions"
type: ""
- description: "The caller provided context for this operation."
name: "context"
type: ""
syntax: "public static CosmosItemOperation getDeleteItemOperation(String id, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions, TContext context)"
desc: "Instantiate an operation for deleting item in Bulk execution."
returns:
description: "the bulk operation."
type: ""
- uid: "com.azure.cosmos.models.CosmosBulkOperations.getPatchItemOperation(java.lang.String,com.azure.cosmos.models.PartitionKey,com.azure.cosmos.models.CosmosPatchOperations,TContext)"
fullName: "com.azure.cosmos.models.CosmosBulkOperations.getPatchItemOperation(String id, PartitionKey partitionKey, CosmosPatchOperations cosmosPatchOperations, TContext context)"
name: "getPatchItemOperation(String id, PartitionKey partitionKey, CosmosPatchOperations cosmosPatchOperations, TContext context)"
nameWithType: "CosmosBulkOperations.getPatchItemOperation(String id, PartitionKey partitionKey, CosmosPatchOperations cosmosPatchOperations, TContext context)"
summary: "Instantiate an operation for a patch in Bulk execution."
modifiers:
- "static"
parameters:
- description: "the item id."
name: "id"
type: "String"
- description: "the partition key for the operation."
name: "partitionKey"
type: ""
- description: "Represents a container having list of operations to be sequentially\n applied to the referred Cosmos item."
name: "cosmosPatchOperations"
type: ""
- description: "The caller provided context for this operation."
name: "context"
type: ""
syntax: "public static CosmosItemOperation getPatchItemOperation(String id, PartitionKey partitionKey, CosmosPatchOperations cosmosPatchOperations, TContext context)"
desc: "Instantiate an operation for a patch in Bulk execution."
returns:
description: "the bulk operation."
type: ""
- uid: "com.azure.cosmos.models.CosmosBulkOperations.getPatchItemOperation(java.lang.String,com.azure.cosmos.models.PartitionKey,com.azure.cosmos.models.CosmosPatchOperations,com.azure.cosmos.models.CosmosBulkPatchItemRequestOptions,TContext)"
fullName: "com.azure.cosmos.models.CosmosBulkOperations.getPatchItemOperation(String id, PartitionKey partitionKey, CosmosPatchOperations cosmosPatchOperations, CosmosBulkPatchItemRequestOptions requestOptions, TContext context)"
name: "getPatchItemOperation(String id, PartitionKey partitionKey, CosmosPatchOperations cosmosPatchOperations, CosmosBulkPatchItemRequestOptions requestOptions, TContext context)"
nameWithType: "CosmosBulkOperations.getPatchItemOperation(String id, PartitionKey partitionKey, CosmosPatchOperations cosmosPatchOperations, CosmosBulkPatchItemRequestOptions requestOptions, TContext context)"
summary: "Instantiate an operation for a patch in Bulk execution."
modifiers:
- "static"
parameters:
- description: "the item id."
name: "id"
type: "String"
- description: "the partition key for the operation."
name: "partitionKey"
type: ""
- description: "Represents a container having list of operations to be sequentially applied to the referred Cosmos item."
name: "cosmosPatchOperations"
type: ""
- description: "The options for the item request."
name: "requestOptions"
type: ""
- description: "The caller provided context for this operation."
name: "context"
type: ""
syntax: "public static CosmosItemOperation getPatchItemOperation(String id, PartitionKey partitionKey, CosmosPatchOperations cosmosPatchOperations, CosmosBulkPatchItemRequestOptions requestOptions, TContext context)"
desc: "Instantiate an operation for a patch in Bulk execution."
returns:
description: "the bulk operation."
type: ""
- uid: "com.azure.cosmos.models.CosmosBulkOperations.getReadItemOperation(java.lang.String,com.azure.cosmos.models.PartitionKey,TContext)"
fullName: "com.azure.cosmos.models.CosmosBulkOperations.getReadItemOperation(String id, PartitionKey partitionKey, TContext context)"
name: "getReadItemOperation(String id, PartitionKey partitionKey, TContext context)"
nameWithType: "CosmosBulkOperations.getReadItemOperation(String id, PartitionKey partitionKey, TContext context)"
summary: "Instantiate an operation for read item in Bulk execution."
modifiers:
- "static"
parameters:
- description: "The unique id of the item."
name: "id"
type: "String"
- description: "the partition key for the operation."
name: "partitionKey"
type: ""
- description: "The caller provided context for this operation."
name: "context"
type: ""
syntax: "public static CosmosItemOperation getReadItemOperation(String id, PartitionKey partitionKey, TContext context)"
desc: "Instantiate an operation for read item in Bulk execution."
returns:
description: "the bulk operation."
type: ""
- uid: "com.azure.cosmos.models.CosmosBulkOperations.getReadItemOperation(java.lang.String,com.azure.cosmos.models.PartitionKey,com.azure.cosmos.models.CosmosBulkItemRequestOptions,TContext)"
fullName: "com.azure.cosmos.models.CosmosBulkOperations.getReadItemOperation(String id, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions, TContext context)"
name: "getReadItemOperation(String id, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions, TContext context)"
nameWithType: "CosmosBulkOperations.getReadItemOperation(String id, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions, TContext context)"
summary: "Instantiate an operation for read item in Bulk execution."
modifiers:
- "static"
parameters:
- description: "The unique id of the item."
name: "id"
type: "String"
- description: "the partition key for the operation.."
name: "partitionKey"
type: ""
- description: "The options for the item request."
name: "requestOptions"
type: ""
- description: "The caller provided context for this operation."
name: "context"
type: ""
syntax: "public static CosmosItemOperation getReadItemOperation(String id, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions, TContext context)"
desc: "Instantiate an operation for read item in Bulk execution."
returns:
description: "the bulk operation."
type: ""
- uid: "com.azure.cosmos.models.CosmosBulkOperations.getDeleteItemOperation(java.lang.String,com.azure.cosmos.models.PartitionKey)"
fullName: "com.azure.cosmos.models.CosmosBulkOperations.getDeleteItemOperation(String id, PartitionKey partitionKey)"
name: "getDeleteItemOperation(String id, PartitionKey partitionKey)"
nameWithType: "CosmosBulkOperations.getDeleteItemOperation(String id, PartitionKey partitionKey)"
summary: "Instantiate an operation for deleting item in Bulk execution."
modifiers:
- "static"
parameters:
- description: "The unique id of the item."
name: "id"
type: "String"
- description: "the partition key for the operation."
name: "partitionKey"
type: ""
syntax: "public static CosmosItemOperation getDeleteItemOperation(String id, PartitionKey partitionKey)"
desc: "Instantiate an operation for deleting item in Bulk execution."
returns:
description: "the bulk operation."
type: ""
- uid: "com.azure.cosmos.models.CosmosBulkOperations.getDeleteItemOperation(java.lang.String,com.azure.cosmos.models.PartitionKey,com.azure.cosmos.models.CosmosBulkItemRequestOptions)"
fullName: "com.azure.cosmos.models.CosmosBulkOperations.getDeleteItemOperation(String id, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions)"
name: "getDeleteItemOperation(String id, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions)"
nameWithType: "CosmosBulkOperations.getDeleteItemOperation(String id, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions)"
summary: "Instantiate an operation for deleting item in Bulk execution."
modifiers:
- "static"
parameters:
- description: "The unique id of the item."
name: "id"
type: "String"
- description: "the partition key for the operation.."
name: "partitionKey"
type: ""
- description: "The options for the item request."
name: "requestOptions"
type: ""
syntax: "public static CosmosItemOperation getDeleteItemOperation(String id, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions)"
desc: "Instantiate an operation for deleting item in Bulk execution."
returns:
description: "the bulk operation."
type: ""
- uid: "com.azure.cosmos.models.CosmosBulkOperations.getPatchItemOperation(java.lang.String,com.azure.cosmos.models.PartitionKey,com.azure.cosmos.models.CosmosPatchOperations)"
fullName: "com.azure.cosmos.models.CosmosBulkOperations.getPatchItemOperation(String id, PartitionKey partitionKey, CosmosPatchOperations cosmosPatchOperations)"
name: "getPatchItemOperation(String id, PartitionKey partitionKey, CosmosPatchOperations cosmosPatchOperations)"
nameWithType: "CosmosBulkOperations.getPatchItemOperation(String id, PartitionKey partitionKey, CosmosPatchOperations cosmosPatchOperations)"
summary: "Instantiate an operation for a patch in Bulk execution."
modifiers:
- "static"
parameters:
- description: "the item id."
name: "id"
type: "String"
- description: "the partition key for the operation."
name: "partitionKey"
type: ""
- description: "Represents a container having list of operations to be sequentially applied to the referred Cosmos item."
name: "cosmosPatchOperations"
type: ""
syntax: "public static CosmosItemOperation getPatchItemOperation(String id, PartitionKey partitionKey, CosmosPatchOperations cosmosPatchOperations)"
desc: "Instantiate an operation for a patch in Bulk execution."
returns:
description: "the bulk operation."
type: ""
- uid: "com.azure.cosmos.models.CosmosBulkOperations.getPatchItemOperation(java.lang.String,com.azure.cosmos.models.PartitionKey,com.azure.cosmos.models.CosmosPatchOperations,com.azure.cosmos.models.CosmosBulkPatchItemRequestOptions)"
fullName: "com.azure.cosmos.models.CosmosBulkOperations.getPatchItemOperation(String id, PartitionKey partitionKey, CosmosPatchOperations cosmosPatchOperations, CosmosBulkPatchItemRequestOptions requestOptions)"
name: "getPatchItemOperation(String id, PartitionKey partitionKey, CosmosPatchOperations cosmosPatchOperations, CosmosBulkPatchItemRequestOptions requestOptions)"
nameWithType: "CosmosBulkOperations.getPatchItemOperation(String id, PartitionKey partitionKey, CosmosPatchOperations cosmosPatchOperations, CosmosBulkPatchItemRequestOptions requestOptions)"
summary: "Instantiate an operation for a patch in Bulk execution."
modifiers:
- "static"
parameters:
- description: "the item id."
name: "id"
type: "String"
- description: "the partition key for the operation."
name: "partitionKey"
type: ""
- description: "Represents a container having list of operations to be sequentially applied to the referred Cosmos item."
name: "cosmosPatchOperations"
type: ""
- description: "The options for the item request."
name: "requestOptions"
type: ""
syntax: "public static CosmosItemOperation getPatchItemOperation(String id, PartitionKey partitionKey, CosmosPatchOperations cosmosPatchOperations, CosmosBulkPatchItemRequestOptions requestOptions)"
desc: "Instantiate an operation for a patch in Bulk execution."
returns:
description: "the bulk operation."
type: ""
- uid: "com.azure.cosmos.models.CosmosBulkOperations.getReadItemOperation(java.lang.String,com.azure.cosmos.models.PartitionKey)"
fullName: "com.azure.cosmos.models.CosmosBulkOperations.getReadItemOperation(String id, PartitionKey partitionKey)"
name: "getReadItemOperation(String id, PartitionKey partitionKey)"
nameWithType: "CosmosBulkOperations.getReadItemOperation(String id, PartitionKey partitionKey)"
summary: "Instantiate an operation for read item in Bulk execution."
modifiers:
- "static"
parameters:
- description: "The unique id of the item."
name: "id"
type: "String"
- description: "the partition key for the operation."
name: "partitionKey"
type: ""
syntax: "public static CosmosItemOperation getReadItemOperation(String id, PartitionKey partitionKey)"
desc: "Instantiate an operation for read item in Bulk execution."
returns:
description: "the bulk operation."
type: ""
- uid: "com.azure.cosmos.models.CosmosBulkOperations.getReadItemOperation(java.lang.String,com.azure.cosmos.models.PartitionKey,com.azure.cosmos.models.CosmosBulkItemRequestOptions)"
fullName: "com.azure.cosmos.models.CosmosBulkOperations.getReadItemOperation(String id, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions)"
name: "getReadItemOperation(String id, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions)"
nameWithType: "CosmosBulkOperations.getReadItemOperation(String id, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions)"
summary: "Instantiate an operation for read item in Bulk execution."
modifiers:
- "static"
parameters:
- description: "The unique id of the item."
name: "id"
type: "String"
- description: "the partition key for the operation.."
name: "partitionKey"
type: ""
- description: "The options for the item request."
name: "requestOptions"
type: ""
syntax: "public static CosmosItemOperation getReadItemOperation(String id, PartitionKey partitionKey, CosmosBulkItemRequestOptions requestOptions)"
desc: "Instantiate an operation for read item in Bulk execution."
returns:
description: "the bulk operation."
type: ""
type: "class"
desc: "Utility for creating bulk operations which can be executed by calling executeBulkOperations(reactor.core.publisher.Flux,com.azure.cosmos.models.CosmosBulkExecutionOptions)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"CosmosAsyncContainer#executeBulkOperations(Flux, CosmosBulkExecutionOptions)\"> . Also while creating these operation, if some options which are only for individual operation can be provided by passing a while creating the bulk operation. See also ."
metadata: {}
package: "com.azure.cosmos.models"
artifact: com.azure:azure-cosmos:4.63.4