- 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.
- 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.
- 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.
- 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.
- 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
-
- 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, Exception, Map<String, String>, int, String) - Constructor for exception com.azure.cosmos.CosmosException
-
Creates a new instance of the CosmosException class.
- 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
.
- 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.
- createAutoscaledThroughput(int) - Static method in class com.azure.cosmos.models.ThroughputProperties
-
Create auto scaled provisioned throughput throughput properties.
- 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() - 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(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.
- 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.
- 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
- 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(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 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.
- 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.
- 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.
- 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.
- 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.
- getContinuationToken() - Method in class com.azure.cosmos.models.FeedResponse
-
Gets the continuation token to be used for continuing the enumeration.
- getCosmosDiagnostics() - Method in class com.azure.cosmos.models.FeedResponse
-
Gets the feed response diagnostics
- 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.
- 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.
- 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.
- 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.
- 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.
- getElements() - Method in class com.azure.cosmos.models.FeedResponse
-
- 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).
- 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.
- 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.
- 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.CosmosContainer
-
Gets the current container id.
- getId() - Method in class com.azure.cosmos.CosmosDatabase
-
Get the id of the Cosmos database.
- 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.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.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 70 seconds.
- 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.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() - Method in class com.azure.cosmos.models.CosmosItemResponse
-
Gets the resource.
- 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.
- 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 30
- getMaxDegreeOfParallelism() - Method in class com.azure.cosmos.models.CosmosQueryRequestOptions
-
Gets the number of concurrent operations run client side during parallel
query execution.
- 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.
- 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 10
- 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.
- 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.
- 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.SqlParameter
-
Gets the name of the parameter.
- getOperationKind() - Method in class com.azure.cosmos.models.CosmosConflictProperties
-
Gets the operation kind.
- 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.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.
- 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.
- 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.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.
- 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.
- 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.
- getResponseAsString() - Method in class com.azure.cosmos.models.CosmosStoredProcedureResponse
-
Gets the response of the stored procedure as a string.
- getResponseContinuationTokenLimitInKb(int) - Method in class com.azure.cosmos.models.CosmosQueryRequestOptions
-
Sets the ResponseContinuationTokenLimitInKb request option for item query
requests in the Azure Cosmos DB service.
- 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.
- getResults() - Method in class com.azure.cosmos.models.FeedResponse
-
Results.
- getRetryAfterDuration() - Method in exception com.azure.cosmos.CosmosException
-
Gets the recommended time duration after which the client can retry failed
requests
- 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.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.
- 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 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.
- 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 exception com.azure.cosmos.CosmosException
-
Gets the sub status code.
- 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.
- 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.
- 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 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.
- 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.
- 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.
- setConnectTimeout(Duration) - Method in class com.azure.cosmos.DirectConnectionConfig
-
Sets the connect timeout for direct client,
represents timeout for establishing connections with an endpoint.
- 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.
- setDefaultTimeToLiveInSeconds(Integer) - Method in class com.azure.cosmos.models.CosmosContainerProperties
-
Sets the container's default time-to-live value.
- 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.
- 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 70 seconds.
- 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.
- 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.
- 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.
- 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 30
- setMaxDegreeOfParallelism(int) - Method in class com.azure.cosmos.models.CosmosQueryRequestOptions
-
Sets the number of concurrent operations run client side during parallel
query execution.
- setMaxItemCount(int) - Method in class com.azure.cosmos.models.ChangeFeedProcessorOptions
-
Sets the maximum number of items to be returned in the enumeration operation.
- 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 10
- 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.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.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.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() - Method in class com.azure.cosmos.models.CosmosQueryRequestOptions
-
Gets 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.
- 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.
- 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).
- 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.
- 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.