- ChangeFeedPolicy - Class in com.azure.cosmos.models
-
Represents the change feed policy configuration for the container in the Azure Cosmos DB service.
- ChangeFeedProcessor - Interface in com.azure.cosmos
-
Simple host for distributing change feed events across observers, simplifying the process of reading the change feeds
and distributing the processing events across multiple consumers effectively.
- ChangeFeedProcessorBuilder - Class in com.azure.cosmos
-
- ChangeFeedProcessorBuilder() - Constructor for class com.azure.cosmos.ChangeFeedProcessorBuilder
-
Instantiates a new Cosmos a new ChangeFeedProcessor builder.
- ChangeFeedProcessorOptions - Class in com.azure.cosmos.models
-
- ChangeFeedProcessorOptions() - Constructor for class com.azure.cosmos.models.ChangeFeedProcessorOptions
-
Instantiates a new Change feed processor options.
- ChangeFeedProcessorState - Class in com.azure.cosmos.models
-
- ChangeFeedProcessorState() - Constructor for class com.azure.cosmos.models.ChangeFeedProcessorState
-
- ClientEncryptionIncludedPath - Class in com.azure.cosmos.models
-
- ClientEncryptionIncludedPath() - Constructor for class com.azure.cosmos.models.ClientEncryptionIncludedPath
-
- ClientEncryptionPolicy - Class in com.azure.cosmos.models
-
Client encryption policy.
- ClientEncryptionPolicy(List<ClientEncryptionIncludedPath>) - Constructor for class com.azure.cosmos.models.ClientEncryptionPolicy
-
Constructor.
- ClientEncryptionPolicy() - Constructor for class com.azure.cosmos.models.ClientEncryptionPolicy
-
Constructor.
- clientTelemetryEnabled(boolean) - Method in class com.azure.cosmos.CosmosClientBuilder
-
Sets the flag to enable client telemetry which will periodically collect
database operations aggregation statistics, system information like cpu/memory
and send it to cosmos monitoring service, which will be helpful during debugging.
- close() - Method in class com.azure.cosmos.CosmosAsyncClient
-
- close() - Method in class com.azure.cosmos.CosmosClient
-
- com.azure.cosmos - package com.azure.cosmos
-
This package provides interfaces for interacting with Azure Cosmos DB.
- com.azure.cosmos.models - package com.azure.cosmos.models
-
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
- com.azure.cosmos.util - package com.azure.cosmos.util
-
- CompositePath - Class in com.azure.cosmos.models
-
Represents a composite path of the IndexingPolicy in the Azure Cosmos DB database service.
- CompositePath() - Constructor for class com.azure.cosmos.models.CompositePath
-
Constructor.
- CompositePathSortOrder - Enum in com.azure.cosmos.models
-
Represents the sorting order for a path in a composite index, for a
container in the Azure Cosmos DB database service.
- ConflictResolutionMode - Enum in com.azure.cosmos.models
-
The enum Conflict resolution mode.
- ConflictResolutionPolicy - Class in com.azure.cosmos.models
-
Represents the conflict resolution policy configuration for specifying how to resolve conflicts
in case writes from different regions result in conflicts on items in the container in the Azure Cosmos DB
service.
- ConnectionMode - Enum in com.azure.cosmos
-
Represents the connection mode to be used by the client in the Azure Cosmos DB database service.
- connectionSharingAcrossClientsEnabled(boolean) - Method in class com.azure.cosmos.CosmosClientBuilder
-
Enables connections sharing across multiple Cosmos Clients.
- ConsistencyLevel - Enum in com.azure.cosmos
-
Represents the consistency levels supported for Azure Cosmos DB client operations in the Azure Cosmos DB service.
- consistencyLevel(ConsistencyLevel) - Method in class com.azure.cosmos.CosmosClientBuilder
-
- ContainerChildResourceType - Enum in com.azure.cosmos.models
-
Specifies the kind of resource that has a Cosmos container as parent resource.
- contentResponseOnWriteEnabled(boolean) - Method in class com.azure.cosmos.CosmosClientBuilder
-
Sets the boolean to only return the headers and status code in Cosmos DB response
in case of Create, Update and Delete operations on CosmosItem.
- CosmosAsyncClient - Class in com.azure.cosmos
-
Provides a client-side logical representation of the Azure Cosmos DB service.
- CosmosAsyncClientEncryptionKey - Class in com.azure.cosmos
-
The type Cosmos async clientEncryptionKey.
- CosmosAsyncConflict - Class in com.azure.cosmos
-
Read and delete conflicts
- CosmosAsyncContainer - Class in com.azure.cosmos
-
Provides methods for reading, deleting, and replacing existing Containers.
- CosmosAsyncDatabase - Class in com.azure.cosmos
-
Perform read and delete databases, update database throughput, and perform operations on child resources
- CosmosAsyncPermission - Class in com.azure.cosmos
-
Has methods to operate on a per-User Permission to access a specific resource
- CosmosAsyncScripts - Class in com.azure.cosmos
-
The type Cosmos async scripts.
- CosmosAsyncStoredProcedure - Class in com.azure.cosmos
-
The type Cosmos async stored procedure.
- CosmosAsyncTrigger - Class in com.azure.cosmos
-
The type Cosmos async trigger.
- CosmosAsyncUser - Class in com.azure.cosmos
-
The type Cosmos async user.
- CosmosAsyncUserDefinedFunction - Class in com.azure.cosmos
-
The type Cosmos async user defined function.
- CosmosBulkItemResponse - Class in com.azure.cosmos
-
- CosmosBulkOperationResponse<TContext> - Class in com.azure.cosmos
-
- CosmosChangeFeedRequestOptions - Class in com.azure.cosmos.models
-
- CosmosClient - Class in com.azure.cosmos
-
Provides a client-side logical representation of the Azure Cosmos DB service.
- CosmosClientBuilder - Class in com.azure.cosmos
-
Helper class to build CosmosAsyncClient
CosmosAsyncClient
and CosmosClient
CosmosClient
instances as logical representation of the Azure Cosmos database service.
- CosmosClientBuilder() - Constructor for class com.azure.cosmos.CosmosClientBuilder
-
Instantiates a new Cosmos client builder.
- CosmosClientEncryptionKey - Class in com.azure.cosmos
-
The type Cosmos clientEncryptionKey.
- CosmosClientEncryptionKeyProperties - Class in com.azure.cosmos.models
-
Details of an encryption key for use with the Azure Cosmos DB service.
- CosmosClientEncryptionKeyProperties(String, String, byte[], EncryptionKeyWrapMetadata) - Constructor for class com.azure.cosmos.models.CosmosClientEncryptionKeyProperties
-
Constructor.
- CosmosClientEncryptionKeyResponse - Class in com.azure.cosmos.models
-
The type Cosmos client encryption key response.
- CosmosConflictProperties - Class in com.azure.cosmos.models
-
The type Cosmos conflict properties.
- CosmosConflictRequestOptions - Class in com.azure.cosmos.models
-
The type Cosmos conflict request options.
- CosmosConflictRequestOptions() - Constructor for class com.azure.cosmos.models.CosmosConflictRequestOptions
-
- CosmosConflictRequestOptions(PartitionKey) - Constructor for class com.azure.cosmos.models.CosmosConflictRequestOptions
-
- CosmosConflictResponse - Class in com.azure.cosmos.models
-
The type Cosmos conflict response.
- CosmosContainer - Class in com.azure.cosmos
-
Provides synchronous methods for reading, deleting, and replacing existing Containers
Provides methods for interacting with child resources (Items, Scripts, Conflicts)
- CosmosContainerProperties - Class in com.azure.cosmos.models
-
Represents a container in the Azure Cosmos DB database service.
- CosmosContainerProperties(String, String) - Constructor for class com.azure.cosmos.models.CosmosContainerProperties
-
Constructor
- CosmosContainerProperties(String, PartitionKeyDefinition) - Constructor for class com.azure.cosmos.models.CosmosContainerProperties
-
Constructor
- CosmosContainerRequestOptions - Class in com.azure.cosmos.models
-
Encapsulates options that can be specified for a request issued to Cosmos container.
- CosmosContainerRequestOptions() - Constructor for class com.azure.cosmos.models.CosmosContainerRequestOptions
-
- CosmosContainerResponse - Class in com.azure.cosmos.models
-
The type Cosmos container response.
- CosmosDatabase - Class in com.azure.cosmos
-
Perform read and delete databases, update database throughput, and perform operations on child resources in
a synchronous way
- CosmosDatabaseProperties - Class in com.azure.cosmos.models
-
Represents a CosmosAsyncDatabase in the Azure Cosmos database service.
- CosmosDatabaseProperties(String) - Constructor for class com.azure.cosmos.models.CosmosDatabaseProperties
-
Constructor
- CosmosDatabaseRequestOptions - Class in com.azure.cosmos.models
-
Encapsulates options that can be specified for a request issued to cosmos database.
- CosmosDatabaseRequestOptions() - Constructor for class com.azure.cosmos.models.CosmosDatabaseRequestOptions
-
- CosmosDatabaseResponse - Class in com.azure.cosmos.models
-
The type Cosmos database response.
- CosmosDiagnostics - Class in com.azure.cosmos
-
This class represents response diagnostic statistics associated with a request to Azure Cosmos DB
- CosmosException - Exception in com.azure.cosmos
-
This class defines a custom exception type for all operations on
CosmosClient in the Azure Cosmos DB database service.
- CosmosException(int, String, Map<String, String>, Throwable) - Constructor for exception com.azure.cosmos.CosmosException
-
- CosmosException(int, String) - Constructor for exception com.azure.cosmos.CosmosException
-
Creates a new instance of the CosmosException class.
- CosmosException(int, Exception) - Constructor for exception com.azure.cosmos.CosmosException
-
Creates a new instance of the CosmosException class.
- CosmosException(int, CosmosError, Map<String, String>) - Constructor for exception com.azure.cosmos.CosmosException
-
Creates a new instance of the CosmosException class.
- CosmosException(String, int, CosmosError, Map<String, String>) - Constructor for exception com.azure.cosmos.CosmosException
-
Creates a new instance of the CosmosException class.
- CosmosException(String, int, CosmosError, Map<String, String>, Throwable) - Constructor for exception com.azure.cosmos.CosmosException
-
Creates a new instance of the CosmosException class.
- CosmosException(String, Exception, Map<String, String>, int, String) - Constructor for exception com.azure.cosmos.CosmosException
-
Creates a new instance of the CosmosException class.
- CosmosItemIdentity - Class in com.azure.cosmos.models
-
Encapsulates the PartitionKey/id tuple that uniquely identifies a CosmosItem
- CosmosItemIdentity(PartitionKey, String) - Constructor for class com.azure.cosmos.models.CosmosItemIdentity
-
Instantiates an instance of the CosmosItemIdentity class
- CosmosItemOperation - Interface in com.azure.cosmos
-
- CosmosItemOperationType - Enum in com.azure.cosmos
-
- CosmosItemRequestOptions - Class in com.azure.cosmos.models
-
Encapsulates options that can be specified for a request issued to cosmos Item.
- CosmosItemRequestOptions() - Constructor for class com.azure.cosmos.models.CosmosItemRequestOptions
-
Constructor
- CosmosItemResponse<T> - Class in com.azure.cosmos.models
-
The type Cosmos item response.
- CosmosPagedFlux<T> - Class in com.azure.cosmos.util
-
Cosmos implementation of ContinuablePagedFlux
.
- CosmosPagedIterable<T> - Class in com.azure.cosmos.util
-
Cosmos implementation of ContinuablePagedIterable
.
- CosmosPagedIterable(CosmosPagedFlux<T>) - Constructor for class com.azure.cosmos.util.CosmosPagedIterable
-
- CosmosPagedIterable(CosmosPagedFlux<T>, int) - Constructor for class com.azure.cosmos.util.CosmosPagedIterable
-
- CosmosPatchItemRequestOptions - Class in com.azure.cosmos.models
-
- CosmosPatchItemRequestOptions() - Constructor for class com.azure.cosmos.models.CosmosPatchItemRequestOptions
-
Constructor
- CosmosPatchOperations - Class in com.azure.cosmos
-
Grammar is a super set of this RFC: https://tools.ietf.org/html/rfc6902#section-4.1
Contains a list of Patch operations to be applied on an item.
- CosmosPermissionProperties - Class in com.azure.cosmos.models
-
The type Cosmos permission properties.
- CosmosPermissionProperties() - Constructor for class com.azure.cosmos.models.CosmosPermissionProperties
-
Initialize a permission object.
- CosmosPermissionRequestOptions - Class in com.azure.cosmos.models
-
Contains the request options of CosmosAsyncPermission
- CosmosPermissionRequestOptions() - Constructor for class com.azure.cosmos.models.CosmosPermissionRequestOptions
-
- CosmosPermissionResponse - Class in com.azure.cosmos.models
-
The type Cosmos permission response.
- CosmosQueryRequestOptions - Class in com.azure.cosmos.models
-
Specifies the options associated with query methods (enumeration operations)
in the Azure Cosmos DB database service.
- CosmosQueryRequestOptions() - Constructor for class com.azure.cosmos.models.CosmosQueryRequestOptions
-
Instantiates a new query request options.
- CosmosResponse<T> - Class in com.azure.cosmos.models
-
The cosmos response
- CosmosScripts - Class in com.azure.cosmos
-
The type Cosmos sync scripts.
- CosmosStoredProcedure - Class in com.azure.cosmos
-
The type Cosmos sync stored procedure.
- CosmosStoredProcedure(String, CosmosContainer, CosmosAsyncStoredProcedure) - Constructor for class com.azure.cosmos.CosmosStoredProcedure
-
Instantiates a new Cosmos sync stored procedure.
- CosmosStoredProcedureProperties - Class in com.azure.cosmos.models
-
Represents a stored procedure in the Azure Cosmos DB database service.
- CosmosStoredProcedureProperties(String, String) - Constructor for class com.azure.cosmos.models.CosmosStoredProcedureProperties
-
Constructor.
- CosmosStoredProcedureRequestOptions - Class in com.azure.cosmos.models
-
Encapsulates options that can be specified for a request issued to cosmos stored procedure.
- CosmosStoredProcedureRequestOptions() - Constructor for class com.azure.cosmos.models.CosmosStoredProcedureRequestOptions
-
- CosmosStoredProcedureResponse - Class in com.azure.cosmos.models
-
The type Cosmos stored procedure response.
- CosmosTrigger - Class in com.azure.cosmos
-
The type Cosmos sync trigger.
- CosmosTriggerProperties - Class in com.azure.cosmos.models
-
The type Cosmos trigger properties.
- CosmosTriggerProperties(String, String) - Constructor for class com.azure.cosmos.models.CosmosTriggerProperties
-
Constructor.
- CosmosTriggerResponse - Class in com.azure.cosmos.models
-
The type Cosmos trigger response.
- CosmosUser - Class in com.azure.cosmos
-
The type Cosmos sync user.
- CosmosUserDefinedFunction - Class in com.azure.cosmos
-
The type Cosmos sync user defined function.
- CosmosUserDefinedFunctionProperties - Class in com.azure.cosmos.models
-
The type Cosmos user defined function properties.
- CosmosUserDefinedFunctionProperties(String, String) - Constructor for class com.azure.cosmos.models.CosmosUserDefinedFunctionProperties
-
Constructor.
- CosmosUserDefinedFunctionResponse - Class in com.azure.cosmos.models
-
The type Cosmos user defined function response.
- CosmosUserProperties - Class in com.azure.cosmos.models
-
The Cosmos user properties.
- CosmosUserProperties() - Constructor for class com.azure.cosmos.models.CosmosUserProperties
-
Initialize a user object.
- CosmosUserResponse - Class in com.azure.cosmos.models
-
The type Cosmos user response.
- create() - Static method in class com.azure.cosmos.CosmosPatchOperations
-
Initializes a new instance of
CosmosPatchOperations
that will contain operations to be performed on a item atomically.
- createAutoscaledThroughput(int) - Static method in class com.azure.cosmos.models.ThroughputProperties
-
Create auto scaled provisioned throughput throughput properties.
- createClientEncryptionKey(CosmosClientEncryptionKeyProperties) - Method in class com.azure.cosmos.CosmosAsyncDatabase
-
Creates a client encryption key after subscription the operation will be performed.
- createContainer(CosmosContainerProperties) - Method in class com.azure.cosmos.CosmosAsyncDatabase
-
Creates a Cosmos container.
- createContainer(CosmosContainerProperties, ThroughputProperties) - Method in class com.azure.cosmos.CosmosAsyncDatabase
-
Creates a Cosmos container with custom throughput properties.
- createContainer(CosmosContainerProperties, ThroughputProperties, CosmosContainerRequestOptions) - Method in class com.azure.cosmos.CosmosAsyncDatabase
-
Creates a container.
- createContainer(CosmosContainerProperties, CosmosContainerRequestOptions) - Method in class com.azure.cosmos.CosmosAsyncDatabase
-
Creates a Cosmos container.
- createContainer(String, String) - Method in class com.azure.cosmos.CosmosAsyncDatabase
-
Creates a Cosmos container.
- createContainer(String, String, ThroughputProperties) - Method in class com.azure.cosmos.CosmosAsyncDatabase
-
Creates a Cosmos container.
- createContainer(CosmosContainerProperties) - Method in class com.azure.cosmos.CosmosDatabase
-
Creates a Cosmos container.
- createContainer(CosmosContainerProperties, ThroughputProperties) - Method in class com.azure.cosmos.CosmosDatabase
-
Creates a Cosmos container with custom throughput setting.
- createContainer(CosmosContainerProperties, CosmosContainerRequestOptions) - Method in class com.azure.cosmos.CosmosDatabase
-
Creates a Cosmos container while passing additional request options.
- createContainer(CosmosContainerProperties, ThroughputProperties, CosmosContainerRequestOptions) - Method in class com.azure.cosmos.CosmosDatabase
-
Creates a Cosmos container.
- createContainer(String, String) - Method in class com.azure.cosmos.CosmosDatabase
-
Create a Cosmos container.
- createContainer(String, String, ThroughputProperties) - Method in class com.azure.cosmos.CosmosDatabase
-
Create a Cosmos container.
- createContainerIfNotExists(CosmosContainerProperties) - Method in class com.azure.cosmos.CosmosAsyncDatabase
-
Creates a Cosmos container if it does not exist on the service.
- createContainerIfNotExists(CosmosContainerProperties, ThroughputProperties) - Method in class com.azure.cosmos.CosmosAsyncDatabase
-
Creates a Cosmos container if it does not exist on the service.
- createContainerIfNotExists(String, String) - Method in class com.azure.cosmos.CosmosAsyncDatabase
-
Creates a Cosmos container if it does not exist on the service.
- createContainerIfNotExists(String, String, ThroughputProperties) - Method in class com.azure.cosmos.CosmosAsyncDatabase
-
Creates a Cosmos container if it does not exist on the service.
- createContainerIfNotExists(CosmosContainerProperties) - Method in class com.azure.cosmos.CosmosDatabase
-
Create container if one matching the id in the properties object does not exist.
- createContainerIfNotExists(CosmosContainerProperties, ThroughputProperties) - Method in class com.azure.cosmos.CosmosDatabase
-
Creates a Cosmos container if one matching the id in the properties object does not exist.
- createContainerIfNotExists(String, String) - Method in class com.azure.cosmos.CosmosDatabase
-
Creates a Cosmos container if one matching the id does not exist.
- createContainerIfNotExists(String, String, ThroughputProperties) - Method in class com.azure.cosmos.CosmosDatabase
-
Creates a Cosmos container if one matching the id does not exist.
- createCustomPolicy(String) - Static method in class com.azure.cosmos.models.ConflictResolutionPolicy
-
- createCustomPolicy(String, String, String) - Static method in class com.azure.cosmos.models.ConflictResolutionPolicy
-
- createCustomPolicy() - Static method in class com.azure.cosmos.models.ConflictResolutionPolicy
-
- createDatabase(CosmosDatabaseProperties, CosmosDatabaseRequestOptions) - Method in class com.azure.cosmos.CosmosAsyncClient
-
Creates a database.
- createDatabase(CosmosDatabaseProperties) - Method in class com.azure.cosmos.CosmosAsyncClient
-
Creates a database.
- createDatabase(String) - Method in class com.azure.cosmos.CosmosAsyncClient
-
Creates a database.
- createDatabase(CosmosDatabaseProperties, ThroughputProperties, CosmosDatabaseRequestOptions) - Method in class com.azure.cosmos.CosmosAsyncClient
-
Creates a database.
- createDatabase(CosmosDatabaseProperties, ThroughputProperties) - Method in class com.azure.cosmos.CosmosAsyncClient
-
Creates a database.
- createDatabase(String, ThroughputProperties) - Method in class com.azure.cosmos.CosmosAsyncClient
-
Creates a database.
- createDatabase(CosmosDatabaseProperties, CosmosDatabaseRequestOptions) - Method in class com.azure.cosmos.CosmosClient
-
Creates a database.
- createDatabase(CosmosDatabaseProperties) - Method in class com.azure.cosmos.CosmosClient
-
Creates a Cosmos database.
- createDatabase(String) - Method in class com.azure.cosmos.CosmosClient
-
Creates a Cosmos database.
- createDatabase(CosmosDatabaseProperties, ThroughputProperties, CosmosDatabaseRequestOptions) - Method in class com.azure.cosmos.CosmosClient
-
Creates a Cosmos database.
- createDatabase(CosmosDatabaseProperties, ThroughputProperties) - Method in class com.azure.cosmos.CosmosClient
-
Creates a Cosmos database.
- createDatabase(String, ThroughputProperties) - Method in class com.azure.cosmos.CosmosClient
-
Creates a Cosmos database.
- createDatabaseIfNotExists(CosmosDatabaseProperties) - Method in class com.azure.cosmos.CosmosAsyncClient
-
CREATE a Database if it does not already exist on the service.
- createDatabaseIfNotExists(String) - Method in class com.azure.cosmos.CosmosAsyncClient
-
Create a Database if it does not already exist on the service.
- createDatabaseIfNotExists(String, ThroughputProperties) - Method in class com.azure.cosmos.CosmosAsyncClient
-
Create a Database if it does not already exist on the service.
- createDatabaseIfNotExists(String, ThroughputProperties) - Method in class com.azure.cosmos.CosmosClient
-
Create a Cosmos database if it does not already exist on the service.
- createDatabaseIfNotExists(String) - Method in class com.azure.cosmos.CosmosClient
-
Create a Cosmos database if it does not already exist on the service.
- createForProcessingFromBeginning(FeedRange) - Static method in class com.azure.cosmos.models.CosmosChangeFeedRequestOptions
-
- createForProcessingFromContinuation(String) - Static method in class com.azure.cosmos.models.CosmosChangeFeedRequestOptions
-
- createForProcessingFromNow(FeedRange) - Static method in class com.azure.cosmos.models.CosmosChangeFeedRequestOptions
-
Creates a new
CosmosChangeFeedRequestOptions
instance to start processing
change feed items from the current time - so only events for all future changes will be
retrieved
- createForProcessingFromPointInTime(Instant, FeedRange) - Static method in class com.azure.cosmos.models.CosmosChangeFeedRequestOptions
-
- createFullFidelityPolicy(Duration) - Static method in class com.azure.cosmos.models.ChangeFeedPolicy
-
Creates a ChangeFeedPolicy with retention duration for full fidelity processing
- createGlobalThroughputControlConfigBuilder(String, String) - Method in class com.azure.cosmos.CosmosAsyncClient
-
- createGlobalThroughputControlConfigBuilder(String, String) - Method in class com.azure.cosmos.CosmosClient
-
- createIncrementalPolicy() - Static method in class com.azure.cosmos.models.ChangeFeedPolicy
-
Creates a default ChangeFeedPolicy without retention duration specified.
- createItem(T) - Method in class com.azure.cosmos.CosmosAsyncContainer
-
Creates an item.
- createItem(T, PartitionKey, CosmosItemRequestOptions) - Method in class com.azure.cosmos.CosmosAsyncContainer
-
Creates an item.
- createItem(T, CosmosItemRequestOptions) - Method in class com.azure.cosmos.CosmosAsyncContainer
-
Creates a Cosmos item.
- createItem(T) - Method in class com.azure.cosmos.CosmosContainer
-
Creates a new item synchronously and returns its respective Cosmos item response.
- createItem(T, PartitionKey, CosmosItemRequestOptions) - Method in class com.azure.cosmos.CosmosContainer
-
Creates a new item synchronously and returns its respective Cosmos item response
while specifying additional options.
- createItem(T, CosmosItemRequestOptions) - Method in class com.azure.cosmos.CosmosContainer
-
Creates a new item synchronously and returns its respective Cosmos item response
while specifying additional options.
- createItemOperation(T) - Method in class com.azure.cosmos.TransactionalBatch
-
Adds an operation to create an item into the batch.
- createItemOperation(T, TransactionalBatchItemRequestOptions) - Method in class com.azure.cosmos.TransactionalBatch
-
Adds an operation to create an item into the batch.
- createLastWriterWinsPolicy() - Static method in class com.azure.cosmos.models.ConflictResolutionPolicy
-
- createLastWriterWinsPolicy(String) - Static method in class com.azure.cosmos.models.ConflictResolutionPolicy
-
- createManualThroughput(int) - Static method in class com.azure.cosmos.models.ThroughputProperties
-
Create fixed throughput properties.
- createPermission(CosmosPermissionProperties, CosmosPermissionRequestOptions) - Method in class com.azure.cosmos.CosmosAsyncUser
-
Creates a permission.
- createStoredProcedure(CosmosStoredProcedureProperties) - Method in class com.azure.cosmos.CosmosAsyncScripts
-
Creates a cosmos stored procedure.
- createStoredProcedure(CosmosStoredProcedureProperties, CosmosStoredProcedureRequestOptions) - Method in class com.azure.cosmos.CosmosAsyncScripts
-
Creates a cosmos stored procedure.
- createStoredProcedure(CosmosStoredProcedureProperties) - Method in class com.azure.cosmos.CosmosScripts
-
Create stored procedure
- createStoredProcedure(CosmosStoredProcedureProperties, CosmosStoredProcedureRequestOptions) - Method in class com.azure.cosmos.CosmosScripts
-
Create stored procedure cosmos
- createTransactionalBatch(PartitionKey) - Static method in class com.azure.cosmos.TransactionalBatch
-
Initializes a new instance of
TransactionalBatch
that will contain operations to be performed across multiple items in the container with the provided partition
key in a transactional manner
- createTrigger(CosmosTriggerProperties) - Method in class com.azure.cosmos.CosmosAsyncScripts
-
Creates a Cosmos trigger.
- createTrigger(CosmosTriggerProperties) - Method in class com.azure.cosmos.CosmosScripts
-
Create trigger
- createUser(CosmosUserProperties) - Method in class com.azure.cosmos.CosmosAsyncDatabase
-
Creates a user After subscription the operation will be performed.
- createUser(CosmosUserProperties) - Method in class com.azure.cosmos.CosmosDatabase
-
Create Cosmos user instance without making a service call.
- createUserDefinedFunction(CosmosUserDefinedFunctionProperties) - Method in class com.azure.cosmos.CosmosAsyncScripts
-
Creates a cosmos user defined function.
- createUserDefinedFunction(CosmosUserDefinedFunctionProperties) - Method in class com.azure.cosmos.CosmosScripts
-
Create user defined function
- credential(TokenCredential) - Method in class com.azure.cosmos.CosmosClientBuilder
-
Sets the TokenCredential
used to authorize requests sent to the service.
- credential(AzureKeyCredential) - Method in class com.azure.cosmos.CosmosClientBuilder
-
Sets the AzureKeyCredential
to be used
- GatewayConnectionConfig - Class in com.azure.cosmos
-
Represents the connection config with
ConnectionMode.GATEWAY
associated with Cosmos Client in the Azure Cosmos DB database service.
- GatewayConnectionConfig() - Constructor for class com.azure.cosmos.GatewayConnectionConfig
-
Constructor.
- gatewayMode() - Method in class com.azure.cosmos.CosmosClientBuilder
-
Sets the default GATEWAY connection configuration to be used.
- gatewayMode(GatewayConnectionConfig) - Method in class com.azure.cosmos.CosmosClientBuilder
-
Sets the GATEWAY connection configuration to be used.
- getActivityId() - Method in class com.azure.cosmos.CosmosBulkItemResponse
-
Gets the activity ID that identifies the server request made to execute this operation.
- getActivityId() - Method in exception com.azure.cosmos.CosmosException
-
Gets the activity ID associated with the request.
- getActivityId() - Method in class com.azure.cosmos.models.CosmosItemResponse
-
Gets the Activity ID for the request.
- getActivityId() - Method in class com.azure.cosmos.models.CosmosResponse
-
Gets the Activity ID for the request.
- getActivityId() - Method in class com.azure.cosmos.models.CosmosStoredProcedureResponse
-
Gets the Activity ID for the request.
- getActivityId() - Method in class com.azure.cosmos.models.FeedResponse
-
Gets the activity ID for the request.
- getActivityId() - Method in class com.azure.cosmos.TransactionalBatchResponse
-
Gets the activity ID that identifies the server request made to execute the batch.
- getAnalyticalStoreTimeToLiveInSeconds() - Method in class com.azure.cosmos.models.CosmosContainerProperties
-
Gets the analytical store time to live in seconds for items in a container from the Azure Cosmos DB service.
- getAutoscaleMaxThroughput() - Method in class com.azure.cosmos.models.ThroughputProperties
-
Gets max auto-scale throughput.
- getBatchContext() - Method in class com.azure.cosmos.BulkProcessingOptions
-
Deprecated.
Returns batch context
- getBatchContext() - Method in class com.azure.cosmos.CosmosBulkOperationResponse
-
- getBody() - Method in class com.azure.cosmos.models.CosmosStoredProcedureProperties
-
Get the body of the stored procedure.
- getBody() - Method in class com.azure.cosmos.models.CosmosTriggerProperties
-
Get the body of the trigger.
- getBody() - Method in class com.azure.cosmos.models.CosmosUserDefinedFunctionProperties
-
Get the body of the user defined function.
- getChangeFeedPolicy() - Method in class com.azure.cosmos.models.CosmosContainerProperties
-
Gets the changeFeedPolicy for this container in the Azure Cosmos DB service.
- getClientEncryptionKey(String) - Method in class com.azure.cosmos.CosmosAsyncDatabase
-
Gets a CosmosAsyncClientEncryptionKey object without making a service call
- getClientEncryptionKey(String) - Method in class com.azure.cosmos.CosmosDatabase
-
Gets a CosmosClientEncryptionKey object without making a service call
- getClientEncryptionKeyId() - Method in class com.azure.cosmos.models.ClientEncryptionIncludedPath
-
Gets the identifier of the Data Encryption Key to be used to encrypt the path.
- getClientEncryptionPolicy() - Method in class com.azure.cosmos.models.CosmosContainerProperties
-
Gets the ClientEncryptionPolicy that is used for encrypting item fields
- getCollectionQuota() - Method in class com.azure.cosmos.models.FeedResponse
-
Gets the maximum quota for container resources within an account from the Azure Cosmos DB service.
- getCollectionSizeQuota() - Method in class com.azure.cosmos.models.FeedResponse
-
Gets the maximum size of a container in kilobytes from the Azure Cosmos DB service.
- getCollectionSizeUsage() - Method in class com.azure.cosmos.models.FeedResponse
-
Gets the current size of a container in kilobytes from the Azure Cosmos DB service.
- getCollectionUsage() - Method in class com.azure.cosmos.models.FeedResponse
-
Gets the current number of container resources within the account from the Azure Cosmos DB service.
- getCompositeIndexes() - Method in class com.azure.cosmos.models.IndexingPolicy
-
Gets the composite indexes for additional indexes.
- getConflict(String) - Method in class com.azure.cosmos.CosmosAsyncContainer
-
- getConflictResolutionPath() - Method in class com.azure.cosmos.models.ConflictResolutionPolicy
-
Gets the path which is present in each item in the Azure Cosmos DB service for last writer wins
conflict-resolution.
- getConflictResolutionPolicy() - Method in class com.azure.cosmos.models.CosmosContainerProperties
-
Gets the conflictResolutionPolicy that is used for resolving conflicting writes
on items in different regions, in a container in the Azure Cosmos DB service.
- getConflictResolutionProcedure() - Method in class com.azure.cosmos.models.ConflictResolutionPolicy
-
Gets the StoredProcedure
which is used for conflict resolution in the Azure Cosmos DB service.
- getConnectTimeout() - Method in class com.azure.cosmos.DirectConnectionConfig
-
Gets the connect timeout for direct client,
represents timeout for establishing connections with an endpoint.
- getConsistencyLevel() - Method in class com.azure.cosmos.models.CosmosItemRequestOptions
-
Gets the consistency level required for the request.
- getConsistencyLevel() - Method in class com.azure.cosmos.models.CosmosQueryRequestOptions
-
Gets the consistency level required for the request.
- getContainer(String) - Method in class com.azure.cosmos.CosmosAsyncDatabase
-
Gets a CosmosAsyncContainer object without making a service call
- getContainer(String) - Method in class com.azure.cosmos.CosmosDatabase
-
Gets a Cosmos container instance without making a service call.
- getContainerName() - Method in class com.azure.cosmos.models.CosmosPermissionProperties
-
Gets the name of the Cosmos container as the parent resource which is associated with this permission object.
- getContext() - Method in interface com.azure.cosmos.CosmosItemOperation
-
- getContinuationToken() - Method in class com.azure.cosmos.models.ChangeFeedProcessorState
-
Gets a marker representing the last item that was processed.
- getContinuationToken() - Method in class com.azure.cosmos.models.FeedResponse
-
Gets the continuation token to be used for continuing the enumeration.
- getControlItemExpireInterval() - Method in class com.azure.cosmos.GlobalThroughputControlConfig
-
Get the control item expire interval.
- getControlItemRenewInterval() - Method in class com.azure.cosmos.GlobalThroughputControlConfig
-
Get the control item renew interval.
- getCosmosDiagnostics() - Method in class com.azure.cosmos.CosmosBulkItemResponse
-
Gets the cosmos diagnostic for this operation.
- getCosmosDiagnostics() - Method in class com.azure.cosmos.models.FeedResponse
-
Gets the feed response diagnostics
- getCreateItemOperation(T, PartitionKey) - Static method in class com.azure.cosmos.BulkOperations
-
Instantiate an operation for Creating item in Bulk execution.
- getCreateItemOperation(T, PartitionKey, TContext) - Static method in class com.azure.cosmos.BulkOperations
-
Instantiate an operation for Creating item in Bulk execution.
- getCreateItemOperation(T, PartitionKey, BulkItemRequestOptions) - Static method in class com.azure.cosmos.BulkOperations
-
Instantiate an operation for Creating item in Bulk execution.
- getCreateItemOperation(T, PartitionKey, BulkItemRequestOptions, TContext) - Static method in class com.azure.cosmos.BulkOperations
-
Instantiate an operation for Creating item in Bulk execution.
- getCurrentResourceQuotaUsage() - Method in class com.azure.cosmos.models.CosmosItemResponse
-
Gets the current size of this entity (in megabytes (MB) for server resources and in count for master resources)
- getCurrentResourceQuotaUsage() - Method in class com.azure.cosmos.models.CosmosResponse
-
Gets the current size of this entity (in megabytes (MB) for server resources and in count for master resources)
- getCurrentResourceQuotaUsage() - Method in class com.azure.cosmos.models.FeedResponse
-
Gets the current size of this entity from the Azure Cosmos DB service.
- getCurrentState() - Method in interface com.azure.cosmos.ChangeFeedProcessor
-
Returns a read only list of states each representing one scoped worker item.
- getDatabase(String) - Method in class com.azure.cosmos.CosmosAsyncClient
-
Gets a database object without making a service call.
- getDatabase() - Method in class com.azure.cosmos.CosmosAsyncContainer
-
- getDatabase(String) - Method in class com.azure.cosmos.CosmosClient
-
Gets the Cosmos database client.
- getDatabaseQuota() - Method in class com.azure.cosmos.models.CosmosDatabaseResponse
-
Gets the Max Quota.
- getDatabaseQuota() - Method in class com.azure.cosmos.models.FeedResponse
-
Gets the maximum quota for database resources within the account from the Azure Cosmos DB service.
- getDatabaseUsage() - Method in class com.azure.cosmos.models.CosmosDatabaseResponse
-
Gets the current Usage.
- getDatabaseUsage() - Method in class com.azure.cosmos.models.FeedResponse
-
Gets the current number of database resources within the account from the Azure Cosmos DB service.
- getDedicatedGatewayRequestOptions() - Method in class com.azure.cosmos.models.CosmosItemRequestOptions
-
Gets the Dedicated Gateway Request Options
- getDedicatedGatewayRequestOptions() - Method in class com.azure.cosmos.models.CosmosQueryRequestOptions
-
Gets the Dedicated Gateway Request Options
- getDefaultConfig() - Static method in class com.azure.cosmos.DirectConnectionConfig
-
Gets the default DIRECT connection configuration.
- getDefaultConfig() - Static method in class com.azure.cosmos.GatewayConnectionConfig
-
Gets the default Gateway connection configuration.
- getDefaultTimeToLiveInSeconds() - Method in class com.azure.cosmos.models.CosmosContainerProperties
-
Gets the container's default time-to-live value.
- getDeleteItemOperation(String, PartitionKey) - Static method in class com.azure.cosmos.BulkOperations
-
Instantiate an operation for deleting item in Bulk execution.
- getDeleteItemOperation(String, PartitionKey, TContext) - Static method in class com.azure.cosmos.BulkOperations
-
Instantiate an operation for deleting item in Bulk execution.
- getDeleteItemOperation(String, PartitionKey, BulkItemRequestOptions) - Static method in class com.azure.cosmos.BulkOperations
-
Instantiate an operation for deleting item in Bulk execution.
- getDeleteItemOperation(String, PartitionKey, BulkItemRequestOptions, TContext) - Static method in class com.azure.cosmos.BulkOperations
-
Instantiate an operation for deleting item in Bulk execution.
- getDiagnostics() - Method in exception com.azure.cosmos.CosmosException
-
Gets the Cosmos Diagnostic Statistics associated with this exception.
- getDiagnostics() - Method in class com.azure.cosmos.models.CosmosItemResponse
-
Gets the diagnostics information for the current request to Azure Cosmos DB service.
- getDiagnostics() - Method in class com.azure.cosmos.models.CosmosResponse
-
Gets the diagnostics information for the current request to Azure Cosmos DB service.
- getDiagnostics() - Method in class com.azure.cosmos.TransactionalBatchResponse
-
Gets the diagnostics information for the current request to Azure Cosmos DB service.
- getDocumentCountUsage() - Method in class com.azure.cosmos.models.FeedResponse
-
Current document count usage.
- getDocumentUsage() - Method in class com.azure.cosmos.models.FeedResponse
-
Gets the current size of the documents in a container in kilobytes from the Azure Cosmos DB service.
- getDuration() - Method in class com.azure.cosmos.CosmosBulkItemResponse
-
Gets the end-to-end request latency for the current request to Azure Cosmos DB service.
- getDuration() - Method in class com.azure.cosmos.CosmosDiagnostics
-
Retrieves duration related to the completion of the request.
- getDuration() - Method in class com.azure.cosmos.models.CosmosItemResponse
-
Gets the end-to-end request latency for the current request to Azure Cosmos DB service.
- getDuration() - Method in class com.azure.cosmos.models.CosmosResponse
-
Gets the end-to-end request latency for the current request to Azure Cosmos DB service.
- getDuration() - Method in class com.azure.cosmos.TransactionalBatchResponse
-
Gets the end-to-end request latency for the current request to Azure Cosmos DB service.
- getElements() - Method in class com.azure.cosmos.models.FeedResponse
-
- getEncryptionAlgorithm() - Method in class com.azure.cosmos.models.ClientEncryptionIncludedPath
-
Gets the type of encryption algorithm to be performed.
- getEncryptionAlgorithm() - Method in class com.azure.cosmos.models.CosmosClientEncryptionKeyProperties
-
Gets the encryption algorithm that will be used along with this client encryption key to encrypt/decrypt data.
- getEncryptionKeyWrapMetadata() - Method in class com.azure.cosmos.models.CosmosClientEncryptionKeyProperties
-
Gets the metadata for the wrapping provider that can be used to unwrap the wrapped client encryption key.
- getEncryptionType() - Method in class com.azure.cosmos.models.ClientEncryptionIncludedPath
-
Gets the type of encryption to be performed.
- getErrorMessage() - Method in class com.azure.cosmos.TransactionalBatchResponse
-
Gets the reason for the failure of the batch request, if any, or null
.
- getEstimatedLag() - Method in interface com.azure.cosmos.ChangeFeedProcessor
-
Returns the current owner (host) and an approximation of the difference between the last processed item (defined
by the state of the feed container) and the latest change in the container for each partition (lease
item).
- getEstimatedLag() - Method in class com.azure.cosmos.models.ChangeFeedProcessorState
-
Gets an approximation of the difference between the last processed item in the feed container and the
latest change recorded.
- getETag() - Method in class com.azure.cosmos.CosmosBulkItemResponse
-
Gets the entity tag associated with the current item.
- getETag() - Method in class com.azure.cosmos.models.CosmosClientEncryptionKeyProperties
-
Get the entity tag associated with the resource.
- getETag() - Method in class com.azure.cosmos.models.CosmosConflictProperties
-
Get the entity tag associated with the resource.
- getETag() - Method in class com.azure.cosmos.models.CosmosContainerProperties
-
Get the entity tag associated with the resource.
- getETag() - Method in class com.azure.cosmos.models.CosmosDatabaseProperties
-
Get the entity tag associated with the resource.
- getETag() - Method in class com.azure.cosmos.models.CosmosItemResponse
-
Gets the ETag from the response headers.
- getETag() - Method in class com.azure.cosmos.models.CosmosPermissionProperties
-
Get the entity tag associated with the resource.
- getETag() - Method in class com.azure.cosmos.models.CosmosStoredProcedureProperties
-
Get the entity tag associated with the resource.
- getETag() - Method in class com.azure.cosmos.models.CosmosTriggerProperties
-
Get the entity tag associated with the resource.
- getETag() - Method in class com.azure.cosmos.models.CosmosUserDefinedFunctionProperties
-
Get the entity tag associated with the resource.
- getETag() - Method in class com.azure.cosmos.models.CosmosUserProperties
-
Get the entity tag associated with the resource.
- getETag() - Method in class com.azure.cosmos.models.ThroughputProperties
-
Get the entity tag associated with the resource.
- getETag() - Method in class com.azure.cosmos.TransactionalBatchOperationResult
-
Gets the entity tag associated with the current item.
- getException() - Method in class com.azure.cosmos.CosmosBulkOperationResponse
-
- getExcludedPaths() - Method in class com.azure.cosmos.models.IndexingPolicy
-
Gets the paths that are not indexed.
- getFeedPollDelay() - Method in class com.azure.cosmos.models.ChangeFeedProcessorOptions
-
Gets the delay in between polling a partition for new changes on the feed, after all current changes are drained.
- getFeedRange() - Method in class com.azure.cosmos.models.CosmosChangeFeedRequestOptions
-
- getFeedRange() - Method in class com.azure.cosmos.models.CosmosQueryRequestOptions
-
- getFeedRanges() - Method in class com.azure.cosmos.CosmosAsyncContainer
-
Obtains a list of
FeedRange
that can be used to parallelize Feed
operations.
- getFeedRanges() - Method in class com.azure.cosmos.CosmosContainer
-
Obtains a list of
FeedRange
that can be used to parallelize Feed
operations.
- getFilterPredicate() - Method in class com.azure.cosmos.BulkPatchItemRequestOptions
-
Gets the FilterPredicate associated with the request in the Azure Cosmos DB service.
- getFilterPredicate() - Method in class com.azure.cosmos.models.CosmosPatchItemRequestOptions
-
Gets the FilterPredicate associated with the request in the Azure Cosmos DB service.
- getFilterPredicate() - Method in class com.azure.cosmos.TransactionalBatchPatchItemRequestOptions
-
Gets the FilterPredicate associated with the request in the Azure Cosmos DB service.
- getFullFidelityRetentionDuration() - Method in class com.azure.cosmos.models.ChangeFeedPolicy
-
Gets the retention duration in which it will be possible to
process change feed events with full fidelity mode (meaning intermediary changes and deletes
will be exposed in change feed).
- getGroupName() - Method in class com.azure.cosmos.ThroughputControlGroupConfig
-
Get the throughput control group name.
- getHostName() - Method in class com.azure.cosmos.models.ChangeFeedProcessorState
-
Gets the name of the host which operates on the lease item.
- getId() - Method in class com.azure.cosmos.CosmosAsyncClientEncryptionKey
-
- getId() - Method in class com.azure.cosmos.CosmosAsyncConflict
-
- getId() - Method in class com.azure.cosmos.CosmosAsyncContainer
-
- getId() - Method in class com.azure.cosmos.CosmosAsyncDatabase
-
Get the id of the CosmosAsyncDatabase.
- getId() - Method in class com.azure.cosmos.CosmosAsyncPermission
-
- getId() - Method in class com.azure.cosmos.CosmosAsyncStoredProcedure
-
- getId() - Method in class com.azure.cosmos.CosmosAsyncTrigger
-
- getId() - Method in class com.azure.cosmos.CosmosAsyncUser
-
- getId() - Method in class com.azure.cosmos.CosmosAsyncUserDefinedFunction
-
- getId() - Method in class com.azure.cosmos.CosmosClientEncryptionKey
-
- getId() - Method in class com.azure.cosmos.CosmosContainer
-
Gets the current container id.
- getId() - Method in class com.azure.cosmos.CosmosDatabase
-
Get the id of the Cosmos database.
- getId() - Method in interface com.azure.cosmos.CosmosItemOperation
-
- getId() - Method in class com.azure.cosmos.CosmosStoredProcedure
-
Id string.
- getId() - Method in class com.azure.cosmos.CosmosTrigger
-
Gets getId.
- getId() - Method in class com.azure.cosmos.CosmosUser
-
Id string.
- getId() - Method in class com.azure.cosmos.CosmosUserDefinedFunction
-
Id string.
- getId() - Method in class com.azure.cosmos.models.CosmosClientEncryptionKeyProperties
-
Gets the name of the resource.
- getId() - Method in class com.azure.cosmos.models.CosmosConflictProperties
-
Gets the name of the resource.
- getId() - Method in class com.azure.cosmos.models.CosmosContainerProperties
-
Gets the name of the resource.
- getId() - Method in class com.azure.cosmos.models.CosmosDatabaseProperties
-
Gets the name of the resource.
- getId() - Method in class com.azure.cosmos.models.CosmosItemIdentity
-
Gets the id value uniquely identifying this item within the scope of a logical partition
- getId() - Method in class com.azure.cosmos.models.CosmosPermissionProperties
-
Gets the name of the resource.
- getId() - Method in class com.azure.cosmos.models.CosmosStoredProcedureProperties
-
Gets the name of the resource.
- getId() - Method in class com.azure.cosmos.models.CosmosTriggerProperties
-
Gets the name of the resource.
- getId() - Method in class com.azure.cosmos.models.CosmosUserDefinedFunctionProperties
-
Gets the name of the resource.
- getId() - Method in class com.azure.cosmos.models.CosmosUserProperties
-
Gets the name of the resource.
- getId() - Method in class com.azure.cosmos.models.ThroughputProperties
-
Gets the name of the resource.
- getIdleConnectionTimeout() - Method in class com.azure.cosmos.DirectConnectionConfig
-
Gets the idle connection timeout for direct client
Default value is
Duration.ZERO
Direct client doesn't close a single connection to an endpoint
by default unless specified.
- getIdleConnectionTimeout() - Method in class com.azure.cosmos.GatewayConnectionConfig
-
Gets the value of the timeout for an idle connection, the default is 60
seconds.
- getIdleEndpointTimeout() - Method in class com.azure.cosmos.DirectConnectionConfig
-
Gets the idle endpoint timeout
Default value is 1 hour.
- getIfMatchETag() - Method in class com.azure.cosmos.models.CosmosConflictRequestOptions
-
Gets the If-Match (ETag) associated with the request in the Azure Cosmos DB service.
- getIfMatchETag() - Method in class com.azure.cosmos.models.CosmosContainerRequestOptions
-
Gets the If-Match (ETag) associated with the request in the Azure Cosmos DB service.
- getIfMatchETag() - Method in class com.azure.cosmos.models.CosmosDatabaseRequestOptions
-
Gets the If-Match (ETag) associated with the request in the Azure Cosmos DB service.
- getIfMatchETag() - Method in class com.azure.cosmos.models.CosmosItemRequestOptions
-
Gets the If-Match (ETag) associated with the request in the Azure Cosmos DB service.
- getIfMatchETag() - Method in class com.azure.cosmos.models.CosmosPermissionRequestOptions
-
Gets the If-Match (ETag) associated with the request in the Azure Cosmos DB service.
- getIfMatchETag() - Method in class com.azure.cosmos.models.CosmosStoredProcedureRequestOptions
-
Gets the If-Match (ETag) associated with the request in the Azure Cosmos DB service.
- getIfNoneMatchETag() - Method in class com.azure.cosmos.models.CosmosConflictRequestOptions
-
Gets the If-None-Match (ETag) associated with the request in the Azure Cosmos DB service.
- getIfNoneMatchETag() - Method in class com.azure.cosmos.models.CosmosContainerRequestOptions
-
Gets the If-None-Match (ETag) associated with the request in the Azure Cosmos DB service.
- getIfNoneMatchETag() - Method in class com.azure.cosmos.models.CosmosDatabaseRequestOptions
-
Gets the If-None-Match (ETag) associated with the request in the Azure Cosmos DB service.
- getIfNoneMatchETag() - Method in class com.azure.cosmos.models.CosmosItemRequestOptions
-
Gets the If-None-Match (ETag) associated with the request in the Azure Cosmos DB service.
- getIfNoneMatchETag() - Method in class com.azure.cosmos.models.CosmosPermissionRequestOptions
-
Gets the If-None-Match (ETag) associated with the request in the Azure Cosmos DB service.
- getIfNoneMatchETag() - Method in class com.azure.cosmos.models.CosmosStoredProcedureRequestOptions
-
Gets the If-None-Match (ETag) associated with the request in the Azure Cosmos DB service.
- getIncludedPaths() - Method in class com.azure.cosmos.models.ClientEncryptionPolicy
-
Gets the list of path of the item that need encryption along with path-specific settings.
- getIncludedPaths() - Method in class com.azure.cosmos.models.IndexingPolicy
-
Gets the paths that are chosen to be indexed by the user.
- getIndexingDirective() - Method in class com.azure.cosmos.models.CosmosItemRequestOptions
-
Gets the indexing directive (index, do not index etc).
- getIndexingMode() - Method in class com.azure.cosmos.models.IndexingPolicy
-
Gets the indexing mode (consistent or lazy).
- getIndexingPolicy() - Method in class com.azure.cosmos.models.CosmosContainerProperties
-
Gets the container's indexing policy.
- getIndexTransformationProgress() - Method in class com.azure.cosmos.models.CosmosContainerResponse
-
Gets the progress of an index transformation, if one is underway.
- getItem(Class<T>) - Method in class com.azure.cosmos.CosmosBulkItemResponse
-
Gets the item associated with the current result.
- getItem() - Method in interface com.azure.cosmos.CosmosItemOperation
-
- getItem(Class<T>) - Method in class com.azure.cosmos.models.CosmosConflictProperties
-
Gets the conflicting resource in the Azure Cosmos DB service.
- getItem() - Method in class com.azure.cosmos.models.CosmosItemResponse
-
Gets the resource.
- getItem(Class<T>) - Method in class com.azure.cosmos.TransactionalBatchOperationResult
-
Gets the item associated with the current result.
- getKind() - Method in class com.azure.cosmos.models.PartitionKeyDefinition
-
Sets the partition algorithm used to calculate the partition id given a partition key.
- getLeaseAcquireInterval() - Method in class com.azure.cosmos.models.ChangeFeedProcessorOptions
-
Gets the interval to kick off a task to compute if partitions are distributed evenly among known host instances.
- getLeaseExpirationInterval() - Method in class com.azure.cosmos.models.ChangeFeedProcessorOptions
-
Gets the interval for which the lease is taken on a lease representing a partition.
- getLeasePrefix() - Method in class com.azure.cosmos.models.ChangeFeedProcessorOptions
-
Gets a prefix to be used as part of the lease ID.
- getLeaseRenewInterval() - Method in class com.azure.cosmos.models.ChangeFeedProcessorOptions
-
Gets the renew interval for all leases for partitions currently held by
ChangeFeedProcessor
instance.
- getLeaseToken() - Method in class com.azure.cosmos.models.ChangeFeedProcessorState
-
Gets the token of the lease item representing the persistent state of a change feed processor worker.
- getManualThroughput() - Method in class com.azure.cosmos.models.ThroughputProperties
-
Gets offer throughput.
- getMaxBufferedItemCount() - Method in class com.azure.cosmos.models.CosmosQueryRequestOptions
-
Gets the maximum number of items that can be buffered client side during
parallel query execution.
- getMaxConnectionPoolSize() - Method in class com.azure.cosmos.GatewayConnectionConfig
-
Gets the value of the connection pool size the client is using.
- getMaxConnectionsPerEndpoint() - Method in class com.azure.cosmos.DirectConnectionConfig
-
Gets the max connections per endpoint
This represents the size of connection pool for a specific endpoint
Default value is 130
- getMaxDegreeOfParallelism() - Method in class com.azure.cosmos.models.CosmosQueryRequestOptions
-
Gets the number of concurrent operations run client side during parallel
query execution.
- getMaxIntegratedCacheStaleness() - Method in class com.azure.cosmos.models.DedicatedGatewayRequestOptions
-
Gets the staleness value associated with the request in the Azure CosmosDB service.
- getMaxItemCount() - Method in class com.azure.cosmos.models.ChangeFeedProcessorOptions
-
Gets the maximum number of items to be returned in the enumeration operation in the Azure Cosmos DB service.
- getMaxItemCount() - Method in class com.azure.cosmos.models.CosmosChangeFeedRequestOptions
-
Gets the maximum number of items to be returned in the enumeration
operation.
- getMaxMicroBatchConcurrency() - Method in class com.azure.cosmos.BulkExecutionOptions
-
The maximum concurrency for executing requests for a partition key range.
- getMaxMicroBatchConcurrency() - Method in class com.azure.cosmos.BulkProcessingOptions
-
Deprecated.
Returns max micro batch concurrency
- getMaxMicroBatchInterval() - Method in class com.azure.cosmos.BulkExecutionOptions
-
The flush interval for bulk operations.
- getMaxMicroBatchInterval() - Method in class com.azure.cosmos.BulkProcessingOptions
-
Deprecated.
Returns max micro batch interval
- getMaxMicroBatchSize() - Method in class com.azure.cosmos.BulkExecutionOptions
-
The maximum batching size for bulk operations.
- getMaxMicroBatchSize() - Method in class com.azure.cosmos.BulkProcessingOptions
-
Deprecated.
Returns micro batch size
- getMaxPrefetchPageCount() - Method in class com.azure.cosmos.models.CosmosChangeFeedRequestOptions
-
Gets the maximum number of pages that will be prefetched from the backend asynchronously
in the background.
- getMaxRequestsPerConnection() - Method in class com.azure.cosmos.DirectConnectionConfig
-
Gets the max requests per connection
This represents the number of requests that will be queued
on a single connection for a specific endpoint
Default value is 30
- getMaxResourceQuota() - Method in class com.azure.cosmos.models.CosmosItemResponse
-
Gets the maximum size limit for this entity (in megabytes (MB) for server resources and in count for master
resources).
- getMaxResourceQuota() - Method in class com.azure.cosmos.models.CosmosResponse
-
Gets the maximum size limit for this entity (in megabytes (MB) for server resources and in count for master
resources).
- getMaxResourceQuota() - Method in class com.azure.cosmos.models.FeedResponse
-
Gets the maximum size limit for this entity from the Azure Cosmos DB service.
- getMaxRetryAttemptsOnThrottledRequests() - Method in class com.azure.cosmos.ThrottlingRetryOptions
-
Gets the maximum number of retries in the case where the request fails
because the service has applied rate limiting on the client.
- getMaxRetryWaitTime() - Method in class com.azure.cosmos.ThrottlingRetryOptions
-
Gets the maximum retry duration.
- getMaxScaleCount() - Method in class com.azure.cosmos.models.ChangeFeedProcessorOptions
-
Gets the maximum number of partitions (parallel workers) the host can run.
- getMaxTargetedMicroBatchRetryRate() - Method in class com.azure.cosmos.BulkExecutionOptions
-
The maximum acceptable retry rate bandwidth.
- getMaxTargetedMicroBatchRetryRate() - Method in class com.azure.cosmos.BulkProcessingOptions
-
Deprecated.
Returns max targeted micro batch retry rate
- getMessage() - Method in exception com.azure.cosmos.CosmosException
-
- getMinScaleCount() - Method in class com.azure.cosmos.models.ChangeFeedProcessorOptions
-
Gets the minimum partition count (parallel workers) for the current host.
- getMinTargetedMicroBatchRetryRate() - Method in class com.azure.cosmos.BulkExecutionOptions
-
The minimum acceptable retry rate bandwidth.
- getMinTargetedMicroBatchRetryRate() - Method in class com.azure.cosmos.BulkProcessingOptions
-
Deprecated.
Returns min targeted micro batch retry rate
- getMinThroughput() - Method in class com.azure.cosmos.models.ThroughputResponse
-
Gets minimum throughput in measurement of request units per second in the Azure Cosmos service.
- getMode() - Method in class com.azure.cosmos.models.ConflictResolutionPolicy
-
- getName() - Method in class com.azure.cosmos.models.EncryptionKeyWrapMetadata
-
Serialized form of metadata.
- getName() - Method in class com.azure.cosmos.models.SqlParameter
-
Gets the name of the parameter.
- getOperation() - Method in class com.azure.cosmos.CosmosBulkOperationResponse
-
- getOperation() - Method in class com.azure.cosmos.TransactionalBatchOperationResult
-
Gets the original operation for this result.
- getOperationKind() - Method in class com.azure.cosmos.models.CosmosConflictProperties
-
Gets the operation kind.
- getOperations() - Method in class com.azure.cosmos.TransactionalBatch
-
Return the list of operation in an unmodifiable instance so no one can change it in the down path.
- getOperationType() - Method in interface com.azure.cosmos.CosmosItemOperation
-
- getOrder() - Method in class com.azure.cosmos.models.CompositePath
-
Gets the sort order for the composite path.
- getParameters() - Method in class com.azure.cosmos.models.SqlQuerySpec
-
Gets the container of query parameters.
- getPartitionKey() - Method in class com.azure.cosmos.models.CosmosConflictRequestOptions
-
Gets the partition key associated with the request in the Azure Cosmos DB service.
- getPartitionKey() - Method in class com.azure.cosmos.models.CosmosItemIdentity
-
Gets the partition key
- getPartitionKey() - Method in class com.azure.cosmos.models.CosmosQueryRequestOptions
-
Gets the partition key used to identify the current request's target
partition.
- getPartitionKey() - Method in class com.azure.cosmos.models.CosmosStoredProcedureRequestOptions
-
Gets the partition key used to identify the current request's target partition.
- getPartitionKeyDefinition() - Method in class com.azure.cosmos.models.CosmosContainerProperties
-
Gets the containers's partition key definition.
- getPartitionKeyValue() - Method in interface com.azure.cosmos.CosmosItemOperation
-
- getPartitionKeyValue() - Method in class com.azure.cosmos.TransactionalBatch
-
Return the partition key for this batch.
- getPatchItemOperation(String, PartitionKey, CosmosPatchOperations) - Static method in class com.azure.cosmos.BulkOperations
-
Instantiate an operation for a patch in Bulk execution.
- getPatchItemOperation(String, PartitionKey, CosmosPatchOperations, TContext) - Static method in class com.azure.cosmos.BulkOperations
-
Instantiate an operation for a patch in Bulk execution.
- getPatchItemOperation(String, PartitionKey, CosmosPatchOperations, BulkPatchItemRequestOptions) - Static method in class com.azure.cosmos.BulkOperations
-
Instantiate an operation for a patch in Bulk execution.
- getPatchItemOperation(String, PartitionKey, CosmosPatchOperations, BulkPatchItemRequestOptions, TContext) - Static method in class com.azure.cosmos.BulkOperations
-
Instantiate an operation for a patch in Bulk execution.
- getPath() - Method in class com.azure.cosmos.models.ClientEncryptionIncludedPath
-
Gets the path to be encrypted.
- getPath() - Method in class com.azure.cosmos.models.CompositePath
-
Gets path.
- getPath() - Method in class com.azure.cosmos.models.ExcludedPath
-
Gets path.
- getPath() - Method in class com.azure.cosmos.models.IncludedPath
-
Gets path.
- getPath() - Method in class com.azure.cosmos.models.SpatialSpec
-
Gets path.
- getPaths() - Method in class com.azure.cosmos.models.PartitionKeyDefinition
-
Gets the item property paths for the partition key.
- getPaths() - Method in class com.azure.cosmos.models.UniqueKey
-
Gets the paths, a set of which must be unique for each item in the Azure Cosmos DB service.
- getPermission(String) - Method in class com.azure.cosmos.CosmosAsyncUser
-
Get cosmos permission without making a call to backend
- getPermissionMode() - Method in class com.azure.cosmos.models.CosmosPermissionProperties
-
Gets the permission mode.
- getPermissionQuota() - Method in class com.azure.cosmos.models.FeedResponse
-
Gets the maximum quota for permission resources within an account from the Azure Cosmos DB service.
- getPermissionUsage() - Method in class com.azure.cosmos.models.FeedResponse
-
Gets the current number of permission resources within the account from the Azure Cosmos DB service.
- getPolicyFormatVersion() - Method in class com.azure.cosmos.models.ClientEncryptionPolicy
-
Version of the client encryption policy definition.
- getPostTriggerInclude() - Method in class com.azure.cosmos.models.CosmosItemRequestOptions
-
Gets the triggers to be invoked after the operation.
- getPreTriggerInclude() - Method in class com.azure.cosmos.models.CosmosItemRequestOptions
-
Gets the triggers to be invoked before the operation.
- getProperties() - Method in class com.azure.cosmos.models.CosmosClientEncryptionKeyResponse
-
Gets the cosmos client encryption key properties
- getProperties() - Method in class com.azure.cosmos.models.CosmosConflictResponse
-
Get conflict properties object representing the resource on the server
- getProperties() - Method in class com.azure.cosmos.models.CosmosContainerResponse
-
Gets the container properties
- getProperties() - Method in class com.azure.cosmos.models.CosmosDatabaseResponse
-
Gets the cosmos database properties
- getProperties() - Method in class com.azure.cosmos.models.CosmosPermissionResponse
-
Get the permission properties
- getProperties() - Method in class com.azure.cosmos.models.CosmosResponse
-
Gets properties.
- getProperties() - Method in class com.azure.cosmos.models.CosmosStoredProcedureResponse
-
Gets the stored procedure properties
- getProperties() - Method in class com.azure.cosmos.models.CosmosTriggerResponse
-
Gets the cosmos trigger properties or null
- getProperties() - Method in class com.azure.cosmos.models.CosmosUserDefinedFunctionResponse
-
Gets the cosmos getUser defined function getProperties
- getProperties() - Method in class com.azure.cosmos.models.CosmosUserResponse
-
Gets the cosmos user properties
- getProperties() - Method in class com.azure.cosmos.models.ThroughputResponse
-
- getProxy() - Method in class com.azure.cosmos.GatewayConnectionConfig
-
Gets the proxy options which contain the InetSocketAddress of proxy server.
- getQueryText() - Method in class com.azure.cosmos.models.SqlQuerySpec
-
Gets the text of the query.
- getReadItemOperation(String, PartitionKey) - Static method in class com.azure.cosmos.BulkOperations
-
Instantiate an operation for read item in Bulk execution.
- getReadItemOperation(String, PartitionKey, TContext) - Static method in class com.azure.cosmos.BulkOperations
-
Instantiate an operation for read item in Bulk execution.
- getReadItemOperation(String, PartitionKey, BulkItemRequestOptions) - Static method in class com.azure.cosmos.BulkOperations
-
Instantiate an operation for read item in Bulk execution.
- getReadItemOperation(String, PartitionKey, BulkItemRequestOptions, TContext) - Static method in class com.azure.cosmos.BulkOperations
-
Instantiate an operation for read item in Bulk execution.
- getRegionsContacted() - Method in class com.azure.cosmos.CosmosDiagnostics
-
Regions contacted for this request
- getReplaceItemOperation(String, T, PartitionKey) - Static method in class com.azure.cosmos.BulkOperations
-
Instantiate an operation for replace item in Bulk execution.
- getReplaceItemOperation(String, T, PartitionKey, TContext) - Static method in class com.azure.cosmos.BulkOperations
-
Instantiate an operation for replace item in Bulk execution.
- getReplaceItemOperation(String, T, PartitionKey, BulkItemRequestOptions) - Static method in class com.azure.cosmos.BulkOperations
-
Instantiate an operation for replace item in Bulk execution.
- getReplaceItemOperation(String, T, PartitionKey, BulkItemRequestOptions, TContext) - Static method in class com.azure.cosmos.BulkOperations
-
Instantiate an operation for replace item in Bulk execution.
- getRequestCharge() - Method in class com.azure.cosmos.CosmosBulkItemResponse
-
Gets the request charge as request units (RU) consumed by the current operation.
- getRequestCharge() - Method in exception com.azure.cosmos.CosmosException
-
Gets the request charge as request units (RU) consumed by the operation.
- getRequestCharge() - Method in class com.azure.cosmos.models.CosmosItemResponse
-
Gets the request charge as request units (RU) consumed by the operation.
- getRequestCharge() - Method in class com.azure.cosmos.models.CosmosResponse
-
Gets the request charge as request units (RU) consumed by the operation.
- getRequestCharge() - Method in class com.azure.cosmos.models.CosmosStoredProcedureResponse
-
Gets the number of normalized requests charged.
- getRequestCharge() - Method in class com.azure.cosmos.models.FeedResponse
-
Gets the request charge as request units (RU) consumed by the operation.
- getRequestCharge() - Method in class com.azure.cosmos.TransactionalBatchOperationResult
-
Gets the request charge as request units (RU) consumed by the current operation.
- getRequestCharge() - Method in class com.azure.cosmos.TransactionalBatchResponse
-
Gets the request charge as request units (RU) consumed by the batch operation.
- getResourceId() - Method in class com.azure.cosmos.models.CosmosContainerProperties
-
Gets the ID associated with the resource.
- getResourceId() - Method in class com.azure.cosmos.models.CosmosDatabaseProperties
-
Gets the ID associated with the resource.
- getResourceKind() - Method in class com.azure.cosmos.models.CosmosPermissionProperties
-
Gets the kind of resource that has a Cosmos container as the parent resource which is associated with this
permission object.
- getResourceName() - Method in class com.azure.cosmos.models.CosmosPermissionProperties
-
Gets the name of resource that has a Cosmos container as the parent resource which is associated with this
permission object.
- getResourcePartitionKey() - Method in class com.azure.cosmos.models.CosmosPermissionProperties
-
Gets the resource partition key associated with this permission object.
- getResponse() - Method in class com.azure.cosmos.CosmosBulkOperationResponse
-
- getResponseAsString() - Method in class com.azure.cosmos.models.CosmosStoredProcedureResponse
-
Gets the response of the stored procedure as a string.
- getResponseContinuationTokenLimitInKb() - Method in class com.azure.cosmos.models.CosmosQueryRequestOptions
-
Gets the ResponseContinuationTokenLimitInKb request option for item query
requests in the Azure Cosmos DB service.
- getResponseHeaders() - Method in class com.azure.cosmos.CosmosBulkItemResponse
-
Gets the headers associated with the response.
- getResponseHeaders() - Method in exception com.azure.cosmos.CosmosException
-
Gets the response headers as key-value pairs
- getResponseHeaders() - Method in class com.azure.cosmos.models.CosmosItemResponse
-
Gets the headers associated with the response.
- getResponseHeaders() - Method in class com.azure.cosmos.models.CosmosResponse
-
Gets the headers associated with the response.
- getResponseHeaders() - Method in class com.azure.cosmos.models.FeedResponse
-
Gets the response headers.
- getResponseHeaders() - Method in class com.azure.cosmos.TransactionalBatchResponse
-
Gets the headers associated with the response.
- getResponseLength() - Method in class com.azure.cosmos.TransactionalBatchResponse
-
Get the length of the response of a batch operation
change it in the down path.
- getResults() - Method in class com.azure.cosmos.models.FeedResponse
-
Results.
- getResults() - Method in class com.azure.cosmos.TransactionalBatchResponse
-
Get all the results of the operations in a batch in an unmodifiable instance so no one can
change it in the down path.
- getRetryAfterDuration() - Method in class com.azure.cosmos.CosmosBulkItemResponse
-
Gets retry after.
- getRetryAfterDuration() - Method in exception com.azure.cosmos.CosmosException
-
Gets the recommended time duration after which the client can retry failed
requests
- getRetryAfterDuration() - Method in class com.azure.cosmos.TransactionalBatchOperationResult
-
Gets retry after.
- getRetryAfterDuration() - Method in class com.azure.cosmos.TransactionalBatchResponse
-
Gets the amount of time to wait before retrying this or any other request due to throttling.
- getScriptLog() - Method in class com.azure.cosmos.models.CosmosStoredProcedureResponse
-
Gets the output from stored procedure console.log() statements.
- getScripts() - Method in class com.azure.cosmos.CosmosAsyncContainer
-
- getScripts() - Method in class com.azure.cosmos.CosmosContainer
-
Gets the Cosmos scripts using the current container as context.
- getSessionToken() - Method in class com.azure.cosmos.CosmosBulkItemResponse
-
Gets the token used for managing client's consistency requirements.
- getSessionToken() - Method in class com.azure.cosmos.models.CosmosContainerRequestOptions
-
Gets the token for use with session consistency.
- getSessionToken() - Method in class com.azure.cosmos.models.CosmosItemRequestOptions
-
Gets the token for use with session consistency.
- getSessionToken() - Method in class com.azure.cosmos.models.CosmosItemResponse
-
Gets the token used for managing client's consistency requirements.
- getSessionToken() - Method in class com.azure.cosmos.models.CosmosQueryRequestOptions
-
Gets the session token for use with session consistency.
- getSessionToken() - Method in class com.azure.cosmos.models.CosmosResponse
-
Gets the token used for managing client's consistency requirements.
- getSessionToken() - Method in class com.azure.cosmos.models.CosmosStoredProcedureRequestOptions
-
Gets the token for use with session consistency.
- getSessionToken() - Method in class com.azure.cosmos.models.CosmosStoredProcedureResponse
-
Gets the token used for managing client's consistency requirements.
- getSessionToken() - Method in class com.azure.cosmos.models.FeedResponse
-
Gets the session token for use in session consistency.
- getSessionToken() - Method in class com.azure.cosmos.TransactionalBatchRequestOptions
-
Gets the token for use with session consistency.
- getSessionToken() - Method in class com.azure.cosmos.TransactionalBatchResponse
-
Gets the token used for managing client's consistency requirements.
- getSpatialIndexes() - Method in class com.azure.cosmos.models.IndexingPolicy
-
Sets the spatial indexes for additional indexes.
- getSpatialTypes() - Method in class com.azure.cosmos.models.SpatialSpec
-
Gets the container of spatial types.
- getStartContinuation() - Method in class com.azure.cosmos.models.ChangeFeedProcessorOptions
-
Gets the start request continuation token to start looking for changes after.
- getStartTime() - Method in class com.azure.cosmos.models.ChangeFeedProcessorOptions
-
Gets the time (exclusive) to start looking for changes after.
- getStatusCode() - Method in class com.azure.cosmos.CosmosBulkItemResponse
-
Gets the HTTP status code associated with the current result.
- getStatusCode() - Method in exception com.azure.cosmos.CosmosException
-
Gets the http status code.
- getStatusCode() - Method in class com.azure.cosmos.models.CosmosItemResponse
-
Gets the HTTP status code associated with the response.
- getStatusCode() - Method in class com.azure.cosmos.models.CosmosResponse
-
Gets the HTTP status code associated with the response.
- getStatusCode() - Method in class com.azure.cosmos.models.CosmosStoredProcedureResponse
-
Gets the HTTP status code associated with the response.
- getStatusCode() - Method in class com.azure.cosmos.TransactionalBatchOperationResult
-
Gets the HTTP status code associated with the current result.
- getStatusCode() - Method in class com.azure.cosmos.TransactionalBatchResponse
-
Gets the HTTP status code associated with the response.
- getStoredProcedure(String) - Method in class com.azure.cosmos.CosmosAsyncScripts
-
Gets a CosmosAsyncStoredProcedure object without making a service call
- getStoredProcedure(String) - Method in class com.azure.cosmos.CosmosScripts
-
Gets stored procedure.
- getStoredProceduresQuota() - Method in class com.azure.cosmos.models.FeedResponse
-
Gets the maximum quota of stored procedures for a container from the Azure Cosmos DB service.
- getStoredProceduresUsage() - Method in class com.azure.cosmos.models.FeedResponse
-
Gets the current number of stored procedures for a container from the Azure Cosmos DB service.
- getSubStatusCode() - Method in class com.azure.cosmos.CosmosBulkItemResponse
-
Gets sub status code associated with the current result.
- getSubStatusCode() - Method in exception com.azure.cosmos.CosmosException
-
Gets the sub status code.
- getSubStatusCode() - Method in class com.azure.cosmos.TransactionalBatchOperationResult
-
Gets sub status code associated with the current result.
- getSubStatusCode() - Method in class com.azure.cosmos.TransactionalBatchResponse
-
Gets the HTTP sub status code associated with the response.
- getTargetThroughput() - Method in class com.azure.cosmos.ThroughputControlGroupConfig
-
Get throughput control group target throughput.
- getTargetThroughputThreshold() - Method in class com.azure.cosmos.ThroughputControlGroupConfig
-
Get the throughput control group target throughput threshold.
- getThresholdForDiagnosticsOnTracer() - Method in class com.azure.cosmos.models.CosmosItemRequestOptions
-
Gets the thresholdForDiagnosticsOnTracer, if latency on CRUD operation is greater than this
diagnostics will be send to open telemetry exporter as events in tracer span of end to end CRUD api.
- getThresholdForDiagnosticsOnTracer() - Method in class com.azure.cosmos.models.CosmosQueryRequestOptions
-
Gets the thresholdForDiagnosticsOnTracer, if latency on query operation is greater than this
diagnostics will be send to open telemetry exporter as events in tracer span of end to end CRUD api.
- getThresholds() - Method in class com.azure.cosmos.BulkExecutionOptions
-
Returns thresholds
- getThresholds() - Method in class com.azure.cosmos.BulkProcessingOptions
-
Deprecated.
Returns thresholds
- getThroughputControlGroupName() - Method in class com.azure.cosmos.models.CosmosChangeFeedRequestOptions
-
Get the throughput control group name.
- getThroughputControlGroupName() - Method in class com.azure.cosmos.models.CosmosItemRequestOptions
-
- getThroughputControlGroupName() - Method in class com.azure.cosmos.models.CosmosQueryRequestOptions
-
Get throughput control group name.
- getTimestamp() - Method in class com.azure.cosmos.models.CosmosClientEncryptionKeyProperties
-
Get the last modified timestamp associated with the resource.
- getTimestamp() - Method in class com.azure.cosmos.models.CosmosConflictProperties
-
Get the last modified timestamp associated with the resource.
- getTimestamp() - Method in class com.azure.cosmos.models.CosmosContainerProperties
-
Get the last modified timestamp associated with the resource.
- getTimestamp() - Method in class com.azure.cosmos.models.CosmosDatabaseProperties
-
Get the last modified timestamp associated with the resource.
- getTimestamp() - Method in class com.azure.cosmos.models.CosmosPermissionProperties
-
Get the last modified timestamp associated with the resource.
- getTimestamp() - Method in class com.azure.cosmos.models.CosmosStoredProcedureProperties
-
Get the last modified timestamp associated with the resource.
- getTimestamp() - Method in class com.azure.cosmos.models.CosmosTriggerProperties
-
Get the last modified timestamp associated with the resource.
- getTimestamp() - Method in class com.azure.cosmos.models.CosmosUserDefinedFunctionProperties
-
Get the last modified timestamp associated with the resource.
- getTimestamp() - Method in class com.azure.cosmos.models.CosmosUserProperties
-
Get the last modified timestamp associated with the resource.
- getTimestamp() - Method in class com.azure.cosmos.models.ThroughputProperties
-
Get the last modified timestamp associated with the resource.
- getToken() - Method in class com.azure.cosmos.models.CosmosPermissionProperties
-
Gets the access token granting the defined permission.
- getTrigger(String) - Method in class com.azure.cosmos.CosmosAsyncScripts
-
Gets a CosmosAsyncTrigger object without making a service call
- getTrigger(String) - Method in class com.azure.cosmos.CosmosScripts
-
Gets trigger.
- getTriggerOperation() - Method in class com.azure.cosmos.models.CosmosTriggerProperties
-
Get the operation type of the trigger.
- getTriggersQuota() - Method in class com.azure.cosmos.models.FeedResponse
-
Gets the maximum quota of triggers for a container from the Azure Cosmos DB service.
- getTriggersUsage() - Method in class com.azure.cosmos.models.FeedResponse
-
Get the current number of triggers for a container from the Azure Cosmos DB service.
- getTriggerType() - Method in class com.azure.cosmos.models.CosmosTriggerProperties
-
Get the type of the trigger.
- getType() - Method in class com.azure.cosmos.models.EncryptionKeyWrapMetadata
-
Serialized form of metadata.
- getUniqueKeyPolicy() - Method in class com.azure.cosmos.models.CosmosContainerProperties
-
Gets the containers unique key policy
- getUniqueKeys() - Method in class com.azure.cosmos.models.UniqueKeyPolicy
-
Gets or sets container of
UniqueKey
that guarantee uniqueness of items in container
in the Azure Cosmos DB service.
- getUpsertItemOperation(T, PartitionKey) - Static method in class com.azure.cosmos.BulkOperations
-
Instantiate an operation for upsert item in Bulk execution.
- getUpsertItemOperation(T, PartitionKey, TContext) - Static method in class com.azure.cosmos.BulkOperations
-
Instantiate an operation for upsert item in Bulk execution.
- getUpsertItemOperation(T, PartitionKey, BulkItemRequestOptions) - Static method in class com.azure.cosmos.BulkOperations
-
Instantiate an operation for upsert item in Bulk execution.
- getUpsertItemOperation(T, PartitionKey, BulkItemRequestOptions, TContext) - Static method in class com.azure.cosmos.BulkOperations
-
Instantiate an operation for upsert item in Bulk execution.
- getUser(String) - Method in class com.azure.cosmos.CosmosAsyncDatabase
-
Gets user.
- getUser(String) - Method in class com.azure.cosmos.CosmosDatabase
-
Gets a Cosmos user instance without making a service call.
- getUserDefinedFunction(String) - Method in class com.azure.cosmos.CosmosAsyncScripts
-
Gets a CosmosAsyncUserDefinedFunction object without making a service call
- getUserDefinedFunction(String) - Method in class com.azure.cosmos.CosmosScripts
-
Gets user defined function.
- getUserDefinedFunctionsQuota() - Method in class com.azure.cosmos.models.FeedResponse
-
Gets the maximum quota of user defined functions for a container from the Azure Cosmos DB service.
- getUserDefinedFunctionsUsage() - Method in class com.azure.cosmos.models.FeedResponse
-
Gets the current number of user defined functions for a container from the Azure Cosmos DB service.
- getUserQuota() - Method in class com.azure.cosmos.models.FeedResponse
-
Gets the maximum quota for user resources within an account from the Azure Cosmos DB service.
- getUserUsage() - Method in class com.azure.cosmos.models.FeedResponse
-
Gets the current number of user resources within the account from the Azure Cosmos DB service.
- getValue() - Method in class com.azure.cosmos.models.EncryptionKeyWrapMetadata
-
Serialized form of metadata.
- getValue() - Method in enum com.azure.cosmos.models.PermissionMode
-
Gets the numerical value of the permission mode.
- getValue(Class<T>) - Method in class com.azure.cosmos.models.SqlParameter
-
Gets the value of the parameter.
- getValue() - Method in enum com.azure.cosmos.models.TriggerOperation
-
Gets the numerical value of the trigger operation.
- getValue() - Method in enum com.azure.cosmos.models.TriggerType
-
Gets the numerical value of the trigger type.
- getVersion() - Method in class com.azure.cosmos.models.PartitionKeyDefinition
-
Gets version.
- getWrappedDataEncryptionKey() - Method in class com.azure.cosmos.models.CosmosClientEncryptionKeyProperties
-
Gets the wrapped form of the client encryption key.
- GlobalThroughputControlConfig - Class in com.azure.cosmos
-
This configuration is used for throughput global control mode.
- GlobalThroughputControlConfigBuilder - Class in com.azure.cosmos
-
Throughput global control config builder.
- sessionCapturingOverrideEnabled(boolean) - Method in class com.azure.cosmos.CosmosClientBuilder
-
- set(String, T) - Method in class com.azure.cosmos.CosmosPatchOperations
-
This sets the value at the target location with a new value.
- setAnalyticalStoreTimeToLiveInSeconds(Integer) - Method in class com.azure.cosmos.models.CosmosContainerProperties
-
Sets the analytical store time to live in seconds for items in a container from the Azure Cosmos DB service.
- setAutomatic(boolean) - Method in class com.azure.cosmos.models.IndexingPolicy
-
Sets whether automatic indexing is enabled for a container.
- setBody(String) - Method in class com.azure.cosmos.models.CosmosStoredProcedureProperties
-
Set the body of the stored procedure.
- setBody(String) - Method in class com.azure.cosmos.models.CosmosTriggerProperties
-
Set the body of the trigger.
- setBody(String) - Method in class com.azure.cosmos.models.CosmosUserDefinedFunctionProperties
-
Set the body of the user defined function.
- setChangeFeedPolicy(ChangeFeedPolicy) - Method in class com.azure.cosmos.models.CosmosContainerProperties
-
Sets the changeFeedPolicy for this container in the Azure Cosmos DB service.
- setClientEncryptionKeyId(String) - Method in class com.azure.cosmos.models.ClientEncryptionIncludedPath
-
Sets the identifier of the Data Encryption Key to be used to encrypt the path.
- setClientEncryptionPolicy(ClientEncryptionPolicy) - Method in class com.azure.cosmos.models.CosmosContainerProperties
-
Sets the ClientEncryptionPolicy that is used for encrypting item fields
- setCompositeIndexes(List<List<CompositePath>>) - Method in class com.azure.cosmos.models.IndexingPolicy
-
Sets the composite indexes for additional indexes.
- setConflictResolutionPolicy(ConflictResolutionPolicy) - Method in class com.azure.cosmos.models.CosmosContainerProperties
-
Sets the conflictResolutionPolicy that is used for resolving conflicting writes
on items in different regions, in a container in the Azure Cosmos DB service.
- setConnectionEndpointRediscoveryEnabled(boolean) - Method in class com.azure.cosmos.DirectConnectionConfig
-
Sets a value indicating whether Direct TCP connection endpoint rediscovery should be enabled.
- setConnectTimeout(Duration) - Method in class com.azure.cosmos.DirectConnectionConfig
-
Sets the connect timeout for direct client,
represents timeout for establishing connections with an endpoint.
- setConsistencyLevel(ConsistencyLevel) - Method in class com.azure.cosmos.models.CosmosItemRequestOptions
-
Sets the consistency level required for the request.
- setConsistencyLevel(ConsistencyLevel) - Method in class com.azure.cosmos.models.CosmosQueryRequestOptions
-
Sets the consistency level required for the request.
- setContainerName(String) - Method in class com.azure.cosmos.models.CosmosPermissionProperties
-
Sets the name of the Cosmos container as the parent resource which is associated with this permission object.
- setContentResponseOnWriteEnabled(Boolean) - Method in class com.azure.cosmos.BulkItemRequestOptions
-
Sets the boolean to only return the headers and status code in Cosmos DB response
in case of Create, Update and Delete operations in
CosmosItemOperation
.
- setContentResponseOnWriteEnabled(Boolean) - Method in class com.azure.cosmos.BulkPatchItemRequestOptions
-
Sets the boolean to only return the headers and status code in Cosmos DB response
in case of Create, Update and Delete operations in
CosmosItemOperation
.
- setContentResponseOnWriteEnabled(Boolean) - Method in class com.azure.cosmos.models.CosmosItemRequestOptions
-
Sets the boolean to only return the headers and status code in Cosmos DB response
in case of Create, Update and Delete operations on CosmosItem.
- setContinuationToken(String) - Method in class com.azure.cosmos.models.ChangeFeedProcessorState
-
Sets a marker representing the last item that was processed.
- setControlItemExpireInterval(Duration) - Method in class com.azure.cosmos.GlobalThroughputControlConfigBuilder
-
Set the control item expire interval.
- setControlItemRenewInterval(Duration) - Method in class com.azure.cosmos.GlobalThroughputControlConfigBuilder
-
Set the control item renew interval.
- setDedicatedGatewayRequestOptions(DedicatedGatewayRequestOptions) - Method in class com.azure.cosmos.models.CosmosItemRequestOptions
-
Sets the Dedicated Gateway Request Options
- setDedicatedGatewayRequestOptions(DedicatedGatewayRequestOptions) - Method in class com.azure.cosmos.models.CosmosQueryRequestOptions
-
Sets the Dedicated Gateway Request Options
- setDefault(boolean) - Method in class com.azure.cosmos.ThroughputControlGroupConfigBuilder
-
Set whether this throughput control group will be used by default.
- setDefaultTimeToLiveInSeconds(Integer) - Method in class com.azure.cosmos.models.CosmosContainerProperties
-
Sets the container's default time-to-live value.
- setEncryptionAlgorithm(String) - Method in class com.azure.cosmos.models.ClientEncryptionIncludedPath
-
Sets the type of encryption algorithm to be performed.
- setEncryptionAlgorithm(String) - Method in class com.azure.cosmos.models.CosmosClientEncryptionKeyProperties
-
Sets the encryption algorithm that will be used along with this client encryption key to encrypt/decrypt data.
- setEncryptionKeyWrapMetadata(EncryptionKeyWrapMetadata) - Method in class com.azure.cosmos.models.CosmosClientEncryptionKeyProperties
-
Sets the metadata for the wrapping provider that can be used to unwrap the wrapped client encryption key.
- setEncryptionType(String) - Method in class com.azure.cosmos.models.ClientEncryptionIncludedPath
-
Sets the type of encryption to be performed.
- setEstimatedLag(int) - Method in class com.azure.cosmos.models.ChangeFeedProcessorState
-
Sets the estimated lag.
- setExcludedPaths(List<ExcludedPath>) - Method in class com.azure.cosmos.models.IndexingPolicy
-
Sets excluded paths.
- setFeedPollDelay(Duration) - Method in class com.azure.cosmos.models.ChangeFeedProcessorOptions
-
Sets the delay in between polling a partition for new changes on the feed, after all current changes are drained.
- setFeedRange(FeedRange) - Method in class com.azure.cosmos.models.CosmosQueryRequestOptions
-
- setFilterPredicate(String) - Method in class com.azure.cosmos.BulkPatchItemRequestOptions
-
Sets the FilterPredicate associated with the request in the Azure Cosmos DB service.
- setFilterPredicate(String) - Method in class com.azure.cosmos.models.CosmosPatchItemRequestOptions
-
Sets the FilterPredicate associated with the request in the Azure Cosmos DB service.
- setFilterPredicate(String) - Method in class com.azure.cosmos.TransactionalBatchPatchItemRequestOptions
-
Sets the FilterPredicate associated with the request in the Azure Cosmos DB service.
- setGroupName(String) - Method in class com.azure.cosmos.ThroughputControlGroupConfigBuilder
-
Set the throughput control group name.
- setHostName(String) - Method in class com.azure.cosmos.models.ChangeFeedProcessorState
-
Sets the name of the host which operates on the lease item.
- setId(String) - Method in class com.azure.cosmos.models.CosmosClientEncryptionKeyProperties
-
Sets the name of the resource.
- setId(String) - Method in class com.azure.cosmos.models.CosmosConflictProperties
-
Sets the name of the resource.
- setId(String) - Method in class com.azure.cosmos.models.CosmosContainerProperties
-
Sets the name of the resource.
- setId(String) - Method in class com.azure.cosmos.models.CosmosDatabaseProperties
-
Sets the name of the resource.
- setId(String) - Method in class com.azure.cosmos.models.CosmosPermissionProperties
-
Sets the name of the permission resource.
- setId(String) - Method in class com.azure.cosmos.models.CosmosStoredProcedureProperties
-
Sets the id
- setId(String) - Method in class com.azure.cosmos.models.CosmosTriggerProperties
-
Sets the id
- setId(String) - Method in class com.azure.cosmos.models.CosmosUserDefinedFunctionProperties
-
Sets the id
- setId(String) - Method in class com.azure.cosmos.models.CosmosUserProperties
-
Sets the id
- setIdleConnectionTimeout(Duration) - Method in class com.azure.cosmos.DirectConnectionConfig
-
Sets the idle connection timeout
Default value is
Duration.ZERO
Direct client doesn't close a single connection to an endpoint
by default unless specified.
- setIdleConnectionTimeout(Duration) - Method in class com.azure.cosmos.GatewayConnectionConfig
-
sets the value of the timeout for an idle connection.
- setIdleEndpointTimeout(Duration) - Method in class com.azure.cosmos.DirectConnectionConfig
-
Sets the idle endpoint timeout
Default value is 1 hour.
- setIfMatchETag(String) - Method in class com.azure.cosmos.BulkItemRequestOptions
-
- setIfMatchETag(String) - Method in class com.azure.cosmos.BulkPatchItemRequestOptions
-
- setIfMatchETag(String) - Method in class com.azure.cosmos.models.CosmosConflictRequestOptions
-
Sets the If-Match (ETag) associated with the request in the Azure Cosmos DB service.
- setIfMatchETag(String) - Method in class com.azure.cosmos.models.CosmosContainerRequestOptions
-
Sets the If-Match (ETag) associated with the request in the Azure Cosmos DB service.
- setIfMatchETag(String) - Method in class com.azure.cosmos.models.CosmosDatabaseRequestOptions
-
Sets the If-Match (ETag) associated with the request in the Azure Cosmos DB service.
- setIfMatchETag(String) - Method in class com.azure.cosmos.models.CosmosItemRequestOptions
-
Sets the If-Match (ETag) associated with the request in the Azure Cosmos DB service.
- setIfMatchETag(String) - Method in class com.azure.cosmos.models.CosmosPermissionRequestOptions
-
Sets the If-Match (ETag) associated with the request in the Azure Cosmos DB service.
- setIfMatchETag(String) - Method in class com.azure.cosmos.models.CosmosStoredProcedureRequestOptions
-
Sets the If-Match (ETag) associated with the request in the Azure Cosmos DB service.
- setIfMatchETag(String) - Method in class com.azure.cosmos.TransactionalBatchItemRequestOptions
-
Sets the If-Match (ETag) associated with the operation in TransactionalBatch.
- setIfMatchETag(String) - Method in class com.azure.cosmos.TransactionalBatchPatchItemRequestOptions
-
Sets the If-Match (ETag) associated with the operation in TransactionalBatch.
- setIfNoneMatchETag(String) - Method in class com.azure.cosmos.BulkItemRequestOptions
-
- setIfNoneMatchETag(String) - Method in class com.azure.cosmos.BulkPatchItemRequestOptions
-
- setIfNoneMatchETag(String) - Method in class com.azure.cosmos.models.CosmosConflictRequestOptions
-
Sets the If-None-Match (ETag) associated with the request in the Azure Cosmos DB service.
- setIfNoneMatchETag(String) - Method in class com.azure.cosmos.models.CosmosContainerRequestOptions
-
Sets the If-None-Match (ETag) associated with the request in the Azure Cosmos DB service.
- setIfNoneMatchETag(String) - Method in class com.azure.cosmos.models.CosmosDatabaseRequestOptions
-
Sets the If-None-Match (ETag) associated with the request in the Azure Cosmos DB service.
- setIfNoneMatchETag(String) - Method in class com.azure.cosmos.models.CosmosItemRequestOptions
-
Sets the If-None-Match (ETag) associated with the request in the Azure Cosmos DB service.
- setIfNoneMatchETag(String) - Method in class com.azure.cosmos.models.CosmosPermissionRequestOptions
-
Sets the If-None-Match (ETag) associated with the request in the Azure Cosmos DB service.
- setIfNoneMatchETag(String) - Method in class com.azure.cosmos.models.CosmosStoredProcedureRequestOptions
-
Sets the If-None-Match (ETag) associated with the request in the Azure Cosmos DB service.
- setIfNoneMatchETag(String) - Method in class com.azure.cosmos.TransactionalBatchItemRequestOptions
-
Sets the If-None-Match (ETag) associated with the request in operation in TransactionalBatch.
- setIfNoneMatchETag(String) - Method in class com.azure.cosmos.TransactionalBatchPatchItemRequestOptions
-
Sets the If-None-Match (ETag) associated with the request in operation in TransactionalBatch.
- setIncludedPaths(List<IncludedPath>) - Method in class com.azure.cosmos.models.IndexingPolicy
-
Sets included paths.
- setIndexingDirective(IndexingDirective) - Method in class com.azure.cosmos.models.CosmosItemRequestOptions
-
Sets the indexing directive (index, do not index etc).
- setIndexingMode(IndexingMode) - Method in class com.azure.cosmos.models.IndexingPolicy
-
Sets the indexing mode (consistent or lazy).
- setIndexingPolicy(IndexingPolicy) - Method in class com.azure.cosmos.models.CosmosContainerProperties
-
Sets the container's indexing policy
- setKind(PartitionKind) - Method in class com.azure.cosmos.models.PartitionKeyDefinition
-
Sets the partition algorithm used to calculate the partition id given a partition key.
- setLeaseAcquireInterval(Duration) - Method in class com.azure.cosmos.models.ChangeFeedProcessorOptions
-
Sets he interval to kick off a task to compute if partitions are distributed evenly among known host instances.
- setLeaseExpirationInterval(Duration) - Method in class com.azure.cosmos.models.ChangeFeedProcessorOptions
-
Sets the interval for which the lease is taken on a lease representing a partition.
- setLeasePrefix(String) - Method in class com.azure.cosmos.models.ChangeFeedProcessorOptions
-
Sets a prefix to be used as part of the lease ID.
- setLeaseRenewInterval(Duration) - Method in class com.azure.cosmos.models.ChangeFeedProcessorOptions
-
Sets the renew interval for all leases for partitions currently held by
ChangeFeedProcessor
instance.
- setLeaseToken(String) - Method in class com.azure.cosmos.models.ChangeFeedProcessorState
-
Sets the token of the lease item representing the persistent state of a change feed processor worker.
- setMaxBufferedItemCount(int) - Method in class com.azure.cosmos.models.CosmosQueryRequestOptions
-
Sets the maximum number of items that can be buffered client side during
parallel query execution.
- setMaxConnectionPoolSize(int) - Method in class com.azure.cosmos.GatewayConnectionConfig
-
Sets the value of the connection pool size, the default
is 1000.
- setMaxConnectionsPerEndpoint(int) - Method in class com.azure.cosmos.DirectConnectionConfig
-
Sets the max connections per endpoint
This represents the size of connection pool for a specific endpoint
Default value is 130
- setMaxDegreeOfParallelism(int) - Method in class com.azure.cosmos.models.CosmosQueryRequestOptions
-
Sets the number of concurrent operations run client side during parallel
query execution.
- setMaxIntegratedCacheStaleness(Duration) - Method in class com.azure.cosmos.models.DedicatedGatewayRequestOptions
-
Sets the staleness value associated with the request in the Azure CosmosDB service.
- setMaxItemCount(int) - Method in class com.azure.cosmos.models.ChangeFeedProcessorOptions
-
Sets the maximum number of items to be returned in the enumeration operation.
- setMaxItemCount(int) - Method in class com.azure.cosmos.models.CosmosChangeFeedRequestOptions
-
Sets the maximum number of items to be returned in the enumeration
operation.
- setMaxMicroBatchConcurrency(int) - Method in class com.azure.cosmos.BulkExecutionOptions
-
The maximum concurrency for executing requests for a partition key range.
- setMaxMicroBatchConcurrency(int) - Method in class com.azure.cosmos.BulkProcessingOptions
-
Deprecated.
The maximum concurrency for executing requests for a partition key range.
- setMaxMicroBatchInterval(Duration) - Method in class com.azure.cosmos.BulkExecutionOptions
-
The flush interval for bulk operations.
- setMaxMicroBatchInterval(Duration) - Method in class com.azure.cosmos.BulkProcessingOptions
-
Deprecated.
The flush interval for bulk operations.
- setMaxMicroBatchSize(int) - Method in class com.azure.cosmos.BulkExecutionOptions
-
The maximum batching size for bulk operations.
- setMaxMicroBatchSize(int) - Method in class com.azure.cosmos.BulkProcessingOptions
-
Deprecated.
The maximum batching size for bulk operations.
- setMaxPrefetchPageCount(int) - Method in class com.azure.cosmos.models.CosmosChangeFeedRequestOptions
-
Sets the maximum number of pages that will be prefetched from the backend asynchronously
in the background.
- setMaxRequestsPerConnection(int) - Method in class com.azure.cosmos.DirectConnectionConfig
-
Sets the max requests per connection
This represents the number of requests that will be queued
on a single connection for a specific endpoint
Default value is 30
- setMaxRetryAttemptsOnThrottledRequests(int) - Method in class com.azure.cosmos.ThrottlingRetryOptions
-
Sets the maximum number of retries in the case where the request fails
because the service has applied rate limiting on the client.
- setMaxRetryWaitTime(Duration) - Method in class com.azure.cosmos.ThrottlingRetryOptions
-
Sets the maximum retry time in seconds.
- setMaxScaleCount(int) - Method in class com.azure.cosmos.models.ChangeFeedProcessorOptions
-
Sets the maximum number of partitions (parallel workers) the host can run.
- setMinScaleCount(int) - Method in class com.azure.cosmos.models.ChangeFeedProcessorOptions
-
Sets the minimum partition count (parallel workers) for the current host.
- setName(String) - Method in class com.azure.cosmos.models.SqlParameter
-
Sets the name of the parameter.
- setOrder(CompositePathSortOrder) - Method in class com.azure.cosmos.models.CompositePath
-
Gets the sort order for the composite path.
- setParameters(List<SqlParameter>) - Method in class com.azure.cosmos.models.SqlQuerySpec
-
Sets the container of query parameters.
- setPartitionKey(PartitionKey) - Method in class com.azure.cosmos.models.CosmosConflictRequestOptions
-
Sets the partition key associated with the request in the Azure Cosmos DB service.
- setPartitionKey(PartitionKey) - Method in class com.azure.cosmos.models.CosmosQueryRequestOptions
-
Sets the partition key used to identify the current request's target
partition.
- setPartitionKey(PartitionKey) - Method in class com.azure.cosmos.models.CosmosStoredProcedureRequestOptions
-
Sets the partition key used to identify the current request's target partition.
- setPartitionKeyDefinition(PartitionKeyDefinition) - Method in class com.azure.cosmos.models.CosmosContainerProperties
-
Sets the containers's partition key definition.
- setPath(String) - Method in class com.azure.cosmos.models.ClientEncryptionIncludedPath
-
Sets the path to be encrypted.
- setPath(String) - Method in class com.azure.cosmos.models.CompositePath
-
Sets path.
- setPath(String) - Method in class com.azure.cosmos.models.ExcludedPath
-
Sets path.
- setPath(String) - Method in class com.azure.cosmos.models.IncludedPath
-
Sets path.
- setPath(String) - Method in class com.azure.cosmos.models.SpatialSpec
-
Sets path.
- setPaths(List<String>) - Method in class com.azure.cosmos.models.PartitionKeyDefinition
-
Sets the item property paths for the partition key.
- setPaths(List<String>) - Method in class com.azure.cosmos.models.UniqueKey
-
Sets the paths, a set of which must be unique for each item in the Azure Cosmos DB service.
- setPermissionMode(PermissionMode) - Method in class com.azure.cosmos.models.CosmosPermissionProperties
-
Sets the permission mode.
- setPostTriggerInclude(List<String>) - Method in class com.azure.cosmos.models.CosmosItemRequestOptions
-
Sets the triggers to be invoked after the operation.
- setPreTriggerInclude(List<String>) - Method in class com.azure.cosmos.models.CosmosItemRequestOptions
-
Sets the triggers to be invoked before the operation.
- setProxy(ProxyOptions) - Method in class com.azure.cosmos.GatewayConnectionConfig
-
Sets the proxy options.
- setQueryMetricsEnabled(boolean) - Method in class com.azure.cosmos.models.CosmosQueryRequestOptions
-
Sets the option to enable/disable getting metrics relating to query execution on item query requests.
- setQueryText(String) - Method in class com.azure.cosmos.models.SqlQuerySpec
-
Sets the text of the query.
- setQuotaInfoEnabled(boolean) - Method in class com.azure.cosmos.models.CosmosChangeFeedRequestOptions
-
Gets the quotaInfoEnabled setting for change feed request in the Azure Cosmos DB database service.
- setQuotaInfoEnabled(boolean) - Method in class com.azure.cosmos.models.CosmosContainerRequestOptions
-
Sets the quotaInfoEnabled setting for cosmos container read requests in the Azure Cosmos DB database service.
- setResourcePartitionKey(PartitionKey) - Method in class com.azure.cosmos.models.CosmosPermissionProperties
-
Sets the resource partition key associated with this permission object.
- setResourcePath(ContainerChildResourceType, String) - Method in class com.azure.cosmos.models.CosmosPermissionProperties
-
Sets the resource path represented by the name and kind of a resource that has a Cosmos container as the parent
resource which is associated with this permission object.
- setResponseContinuationTokenLimitInKb(int) - Method in class com.azure.cosmos.models.CosmosQueryRequestOptions
-
Sets the ResponseContinuationTokenLimitInKb request option for item query
requests in the Azure Cosmos DB service.
- setScanInQueryEnabled(Boolean) - Method in class com.azure.cosmos.models.CosmosQueryRequestOptions
-
Sets the option to allow scan on the queries which couldn't be served as
indexing was opted out on the requested paths.
- setScriptLoggingEnabled(boolean) - Method in class com.azure.cosmos.models.CosmosStoredProcedureRequestOptions
-
Sets whether Javascript stored procedure logging is enabled for the current request in the Azure Cosmos DB database
service or not.
- setSessionToken(String) - Method in class com.azure.cosmos.models.CosmosContainerRequestOptions
-
Sets the token for use with session consistency.
- setSessionToken(String) - Method in class com.azure.cosmos.models.CosmosItemRequestOptions
-
Sets the token for use with session consistency.
- setSessionToken(String) - Method in class com.azure.cosmos.models.CosmosQueryRequestOptions
-
Sets the session token for use with session consistency.
- setSessionToken(String) - Method in class com.azure.cosmos.models.CosmosStoredProcedureRequestOptions
-
Sets the token for use with session consistency.
- setSessionToken(String) - Method in class com.azure.cosmos.TransactionalBatchRequestOptions
-
Sets the token for use with session consistency.
- setSpatialIndexes(List<SpatialSpec>) - Method in class com.azure.cosmos.models.IndexingPolicy
-
Sets the spatial indexes for additional indexes.
- setSpatialTypes(List<SpatialType>) - Method in class com.azure.cosmos.models.SpatialSpec
-
Sets the container of spatial types.
- setStartContinuation(String) - Method in class com.azure.cosmos.models.ChangeFeedProcessorOptions
-
Sets the start request continuation token to start looking for changes after.
- setStartFromBeginning(boolean) - Method in class com.azure.cosmos.models.ChangeFeedProcessorOptions
-
Sets a value indicating whether change feed in the Azure Cosmos DB service should start from beginning.
- setStartTime(Instant) - Method in class com.azure.cosmos.models.ChangeFeedProcessorOptions
-
Sets the time (exclusive) to start looking for changes after (UTC time).
- setTargetedMicroBatchRetryRate(double, double) - Method in class com.azure.cosmos.BulkExecutionOptions
-
The acceptable retry rate bandwidth.
- setTargetedMicroBatchRetryRate(double, double) - Method in class com.azure.cosmos.BulkProcessingOptions
-
Deprecated.
The acceptable retry rate bandwidth.
- setTargetThroughput(int) - Method in class com.azure.cosmos.ThroughputControlGroupConfigBuilder
-
Set the throughput control group target throughput.
- setTargetThroughputThreshold(double) - Method in class com.azure.cosmos.ThroughputControlGroupConfigBuilder
-
Set the throughput control group target throughput threshold.
- setThresholdForDiagnosticsOnTracer(Duration) - Method in class com.azure.cosmos.models.CosmosItemRequestOptions
-
Sets the thresholdForDiagnosticsOnTracer, if latency on CRUD operation is greater than this
diagnostics will be send to open telemetry exporter as events in tracer span of end to end CRUD api.
- setThresholdForDiagnosticsOnTracer(Duration) - Method in class com.azure.cosmos.models.CosmosQueryRequestOptions
-
Sets the thresholdForDiagnosticsOnTracer, if latency on query operation is greater than this
diagnostics will be send to open telemetry exporter as events in tracer span of end to end CRUD api.
- setThroughputControlGroupName(String) - Method in class com.azure.cosmos.models.CosmosChangeFeedRequestOptions
-
Set the throughput control group name.
- setThroughputControlGroupName(String) - Method in class com.azure.cosmos.models.CosmosItemRequestOptions
-
- setThroughputControlGroupName(String) - Method in class com.azure.cosmos.models.CosmosQueryRequestOptions
-
Set the throughput control group name.
- setTriggerOperation(TriggerOperation) - Method in class com.azure.cosmos.models.CosmosTriggerProperties
-
Set the operation type of the trigger.
- setTriggerType(TriggerType) - Method in class com.azure.cosmos.models.CosmosTriggerProperties
-
Set the type of the resource.
- setUniqueKeyPolicy(UniqueKeyPolicy) - Method in class com.azure.cosmos.models.CosmosContainerProperties
-
Sets the Containers unique key policy
- setUniqueKeys(List<UniqueKey>) - Method in class com.azure.cosmos.models.UniqueKeyPolicy
-
Unique keys unique key policy.
- setValue(Object) - Method in class com.azure.cosmos.models.SqlParameter
-
Sets the value of the parameter.
- setVersion(PartitionKeyDefinitionVersion) - Method in class com.azure.cosmos.models.PartitionKeyDefinition
-
Sets version.
- setWrappedDataEncryptionKey(byte[]) - Method in class com.azure.cosmos.models.CosmosClientEncryptionKeyProperties
-
Sets the wrapped form of the client encryption key.
- size() - Method in class com.azure.cosmos.TransactionalBatchResponse
-
Gets the number of operation results.
- SpatialSpec - Class in com.azure.cosmos.models
-
The type Spatial spec.
- SpatialSpec() - Constructor for class com.azure.cosmos.models.SpatialSpec
-
Constructor.
- SpatialType - Enum in com.azure.cosmos.models
-
Defines the target data type of an index path specification in the Azure Cosmos DB service.
- SqlParameter - Class in com.azure.cosmos.models
-
Represents a SQL parameter in the SqlQuerySpec used for queries in the Azure Cosmos DB database service.
- SqlParameter() - Constructor for class com.azure.cosmos.models.SqlParameter
-
Initializes a new instance of the SqlParameter class.
- SqlParameter(String, Object) - Constructor for class com.azure.cosmos.models.SqlParameter
-
Initializes a new instance of the SqlParameter class with the name and value of the parameter.
- SqlQuerySpec - Class in com.azure.cosmos.models
-
Represents a SQL query in the Azure Cosmos DB database service.
- SqlQuerySpec() - Constructor for class com.azure.cosmos.models.SqlQuerySpec
-
Initializes a new instance of the SqlQuerySpec class.
- SqlQuerySpec(String) - Constructor for class com.azure.cosmos.models.SqlQuerySpec
-
Initializes a new instance of the SqlQuerySpec class with the text of the
query.
- SqlQuerySpec(String, List<SqlParameter>) - Constructor for class com.azure.cosmos.models.SqlQuerySpec
-
Initializes a new instance of the SqlQuerySpec class with the text of the
query and parameters.
- SqlQuerySpec(String, SqlParameter...) - Constructor for class com.azure.cosmos.models.SqlQuerySpec
-
Initializes a new instance of the SqlQuerySpec class with the text of the
query and parameters.
- start() - Method in interface com.azure.cosmos.ChangeFeedProcessor
-
Start listening for changes asynchronously.
- stop() - Method in interface com.azure.cosmos.ChangeFeedProcessor
-
Stops listening for changes asynchronously.
- subscribe(CoreSubscriber<? super T>) - Method in class com.azure.cosmos.util.CosmosPagedFlux
-
Subscribe to consume all items of type T
in the sequence respectively.