A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages

A

accessCondition() - Method in class com.azure.data.cosmos.CosmosConflictRequestOptions
Gets the conditions associated with the request.
accessCondition() - Method in class com.azure.data.cosmos.CosmosContainerRequestOptions
Gets the conditions associated with the request.
accessCondition() - Method in class com.azure.data.cosmos.CosmosDatabaseRequestOptions
Gets the conditions associated with the request.
accessCondition() - Method in class com.azure.data.cosmos.CosmosItemRequestOptions
Gets the conditions associated with the request.
accessCondition() - Method in class com.azure.data.cosmos.CosmosPermissionRequestOptions
Gets the conditions associated with the request.
accessCondition() - Method in class com.azure.data.cosmos.CosmosStoredProcedureRequestOptions
Gets the conditions associated with the request.
accessCondition(AccessCondition) - Method in class com.azure.data.cosmos.CosmosConflictRequestOptions
Sets the conditions associated with the request.
accessCondition(AccessCondition) - Method in class com.azure.data.cosmos.CosmosContainerRequestOptions
Sets the conditions associated with the request.
accessCondition(AccessCondition) - Method in class com.azure.data.cosmos.CosmosDatabaseRequestOptions
Sets the conditions associated with the request.
accessCondition(AccessCondition) - Method in class com.azure.data.cosmos.CosmosItemRequestOptions
Sets the conditions associated with the request.
accessCondition(AccessCondition) - Method in class com.azure.data.cosmos.CosmosPermissionRequestOptions
Sets the conditions associated with the request.
accessCondition(AccessCondition) - Method in class com.azure.data.cosmos.CosmosStoredProcedureRequestOptions
Sets the conditions associated with the request.
AccessCondition - Class in com.azure.data.cosmos
Represents a set of access conditions to be used for operations against the Azure Cosmos DB database service.
AccessCondition() - Constructor for class com.azure.data.cosmos.AccessCondition
 
AccessConditionType - Enum in com.azure.data.cosmos
Specifies the set of access condition types that can be used for operations in the Azure Cosmos DB database service.
activityId() - Method in class com.azure.data.cosmos.CosmosResponse
Gets the Activity ID for the request.
activityId() - Method in class com.azure.data.cosmos.CosmosStoredProcedureResponse
Gets the Activity ID for the request.
activityId() - Method in class com.azure.data.cosmos.FeedResponse
Gets the activity ID for the request.
activityId() - Method in class com.azure.data.cosmos.sync.CosmosSyncResponse
Gets the Activity ID for the request.
activityId() - Method in class com.azure.data.cosmos.sync.CosmosSyncStoredProcedureResponse
 
add(int, SqlParameter) - Method in class com.azure.data.cosmos.SqlParameterList
 
add(SqlParameter) - Method in class com.azure.data.cosmos.SqlParameterList
 
addAll(int, Collection<? extends SqlParameter>) - Method in class com.azure.data.cosmos.SqlParameterList
 
addAll(Collection<? extends SqlParameter>) - Method in class com.azure.data.cosmos.SqlParameterList
 
ALL - com.azure.data.cosmos.PermissionMode
Permission applicable for all operations.
ALL - com.azure.data.cosmos.TriggerOperation
ALL operations.
allowEmptyPages() - Method in class com.azure.data.cosmos.FeedOptions
Gets the option to allow empty result pages in feed response.
allowEmptyPages(boolean) - Method in class com.azure.data.cosmos.FeedOptions
Sets the option to allow empty result pages in feed response.
ASCENDING - com.azure.data.cosmos.CompositePathSortOrder
ASCENDING sort order for composite paths.
Attachment - com.azure.data.cosmos.CosmosResourceType
 
automatic() - Method in class com.azure.data.cosmos.IndexingPolicy
Gets whether automatic indexing is enabled for a collection.
automatic(boolean) - Method in class com.azure.data.cosmos.IndexingPolicy
Sets whether automatic indexing is enabled for a collection.

B

BadRequestException - Exception in com.azure.data.cosmos
While this class is public, but it is not part of our published public APIs.
BadRequestException() - Constructor for exception com.azure.data.cosmos.BadRequestException
 
BadRequestException(CosmosError, long, String, Map<String, String>) - Constructor for exception com.azure.data.cosmos.BadRequestException
 
BadRequestException(String) - Constructor for exception com.azure.data.cosmos.BadRequestException
 
BadRequestException(String, HttpHeaders, URI) - Constructor for exception com.azure.data.cosmos.BadRequestException
 
BadRequestException(String, Exception) - Constructor for exception com.azure.data.cosmos.BadRequestException
 
body() - Method in class com.azure.data.cosmos.CosmosStoredProcedureProperties
Get the body of the stored procedure.
body() - Method in class com.azure.data.cosmos.CosmosTriggerProperties
Get the body of the trigger.
body() - Method in class com.azure.data.cosmos.CosmosUserDefinedFunctionProperties
Get the body of the user defined function.
body(String) - Method in class com.azure.data.cosmos.CosmosStoredProcedureProperties
Set the body of the stored procedure.
body(String) - Method in class com.azure.data.cosmos.CosmosTriggerProperties
Set the body of the trigger.
body(String) - Method in class com.azure.data.cosmos.CosmosUserDefinedFunctionProperties
Set the body of the user defined function.
BOUNDED_STALENESS - com.azure.data.cosmos.ConsistencyLevel
Bounded Staleness guarantees that reads are not too out-of-date.
build() - Method in interface com.azure.data.cosmos.ChangeFeedProcessor.BuilderDefinition
Builds a new instance of the ChangeFeedProcessor with the specified configuration asynchronously.
build() - Method in class com.azure.data.cosmos.CosmosClientBuilder
Builds a cosmos configuration object with the provided properties
builder() - Static method in class com.azure.data.cosmos.CosmosClient
Instantiate the cosmos client builder to build cosmos client
builder() - Static method in class com.azure.data.cosmos.sync.CosmosSyncClient
Instantiate the cosmos client builder to build cosmos client
Builder() - Static method in interface com.azure.data.cosmos.ChangeFeedProcessor
Helper static method to build ChangeFeedProcessor instances as logical representation of the Azure Cosmos DB database service.
buildSyncClient() - Method in class com.azure.data.cosmos.CosmosClientBuilder
Builds a cosmos sync client object with the provided properties

C

ChangeFeedOptions - Class in com.azure.data.cosmos
Specifies the options associated with change feed methods (enumeration operations) in the Azure Cosmos DB database service.
ChangeFeedOptions() - Constructor for class com.azure.data.cosmos.ChangeFeedOptions
 
ChangeFeedOptions(ChangeFeedOptions) - Constructor for class com.azure.data.cosmos.ChangeFeedOptions
 
ChangeFeedProcessor - Interface in com.azure.data.cosmos
Simple host for distributing change feed events across observers and thus allowing these observers scale.
ChangeFeedProcessor.BuilderDefinition - Interface in com.azure.data.cosmos
The ChangeFeedProcessor builder definitions for setting the properties.
ChangeFeedProcessorOptions - Class in com.azure.data.cosmos
Specifies the options associated with ChangeFeedProcessor.
ChangeFeedProcessorOptions() - Constructor for class com.azure.data.cosmos.ChangeFeedProcessorOptions
 
clear() - Method in class com.azure.data.cosmos.SqlParameterList
 
close() - Method in class com.azure.data.cosmos.CosmosClient
Close this CosmosClient instance and cleans up the resources.
close() - Method in class com.azure.data.cosmos.sync.CosmosSyncClient
Close this CosmosSyncClient instance
collectionQuota() - Method in class com.azure.data.cosmos.FeedResponse
Gets the maximum quota for collection resources within an account from the Azure Cosmos DB service.
collectionSizeQuota() - Method in class com.azure.data.cosmos.FeedResponse
Gets the maximum size of a collection in kilobytes from the Azure Cosmos DB service.
collectionSizeUsage() - Method in class com.azure.data.cosmos.FeedResponse
Gets the current size of a collection in kilobytes from the Azure Cosmos DB service.
collectionUsage() - Method in class com.azure.data.cosmos.FeedResponse
Gets the current number of collection resources within the account from the Azure Cosmos DB service.
com.azure.data.cosmos - package com.azure.data.cosmos
This package provides Rx interfaces for interacting with Azure Cosmos DB.
com.azure.data.cosmos.sync - package com.azure.data.cosmos.sync
This package provides synchronous interfaces for interacting with Azure Cosmos DB.
compositeIndexes() - Method in class com.azure.data.cosmos.IndexingPolicy
Gets the composite indexes for additional indexes.
compositeIndexes(List<List<CompositePath>>) - Method in class com.azure.data.cosmos.IndexingPolicy
Sets the composite indexes for additional indexes.
CompositePath - Class in com.azure.data.cosmos
Represents a composite path of the IndexingPolicy in the Azure Cosmos DB database service.
CompositePath() - Constructor for class com.azure.data.cosmos.CompositePath
Constructor.
CompositePath(String) - Constructor for class com.azure.data.cosmos.CompositePath
Constructor.
CompositePathSortOrder - Enum in com.azure.data.cosmos
Represents the sorting order for a path in a composite index, for a collection in the Azure Cosmos DB database service.
condition() - Method in class com.azure.data.cosmos.AccessCondition
Gets the value of the condition - for AccessConditionType IfMatchs and IfNotMatch, this is the ETag that has to be compared to.
condition(String) - Method in class com.azure.data.cosmos.AccessCondition
Sets the value of the condition - for AccessConditionType IfMatchs and IfNotMatch, this is the ETag that has to be compared to.
conflict() - Method in class com.azure.data.cosmos.CosmosConflictResponse
Get conflict client
Conflict - com.azure.data.cosmos.CosmosResourceType
 
ConflictException - Exception in com.azure.data.cosmos
While this class is public, but it is not part of our published public APIs.
ConflictException(CosmosError, long, String, Map<String, String>) - Constructor for exception com.azure.data.cosmos.ConflictException
 
ConflictException(String, HttpHeaders, String) - Constructor for exception com.azure.data.cosmos.ConflictException
 
ConflictResolutionMode - Enum in com.azure.data.cosmos
 
conflictResolutionPath() - Method in class com.azure.data.cosmos.ConflictResolutionPolicy
Gets the path which is present in each document in the Azure Cosmos DB service for last writer wins conflict-resolution.
conflictResolutionPolicy() - Method in class com.azure.data.cosmos.CosmosContainerProperties
Gets the conflictResolutionPolicy that is used for resolving conflicting writes on documents in different regions, in a collection in the Azure Cosmos DB service.
conflictResolutionPolicy(ConflictResolutionPolicy) - Method in class com.azure.data.cosmos.CosmosContainerProperties
Sets the conflictResolutionPolicy that is used for resolving conflicting writes on documents in different regions, in a collection in the Azure Cosmos DB service.
ConflictResolutionPolicy - Class in com.azure.data.cosmos
Represents the conflict resolution policy configuration for specifying how to resolve conflicts in case writes from different regions result in conflicts on documents in the collection in the Azure Cosmos DB service.
ConflictResolutionPolicy(String) - Constructor for class com.azure.data.cosmos.ConflictResolutionPolicy
 
conflictResolutionProcedure() - Method in class com.azure.data.cosmos.ConflictResolutionPolicy
Gets the StoredProcedure which is used for conflict resolution in the Azure Cosmos DB service.
connectionMode() - Method in class com.azure.data.cosmos.ConnectionPolicy
Gets the connection mode used in the client.
connectionMode(ConnectionMode) - Method in class com.azure.data.cosmos.ConnectionPolicy
Sets the connection mode used in the client.
ConnectionMode - Enum in com.azure.data.cosmos
Represents the connection mode to be used by the client in the Azure Cosmos DB database service.
connectionPolicy() - Method in class com.azure.data.cosmos.CosmosClientBuilder
Gets the (@link ConnectionPolicy) to be used
connectionPolicy(ConnectionPolicy) - Method in class com.azure.data.cosmos.CosmosClientBuilder
Sets the ConnectionPolicy to be used
ConnectionPolicy - Class in com.azure.data.cosmos
Represents the Connection policy associated with a DocumentClient in the Azure Cosmos DB database service.
ConnectionPolicy() - Constructor for class com.azure.data.cosmos.ConnectionPolicy
Constructor.
consistencyLevel() - Method in class com.azure.data.cosmos.CosmosClientBuilder
Gets the ConsistencyLevel to be used
consistencyLevel() - Method in class com.azure.data.cosmos.CosmosContainerRequestOptions
Gets the consistency level required for the request.
consistencyLevel() - Method in class com.azure.data.cosmos.CosmosItemRequestOptions
Gets the consistency level required for the request.
consistencyLevel() - Method in class com.azure.data.cosmos.CosmosStoredProcedureRequestOptions
Gets the consistency level required for the request.
consistencyLevel(ConsistencyLevel) - Method in class com.azure.data.cosmos.CosmosClientBuilder
Sets the ConsistencyLevel to be used
consistencyLevel(ConsistencyLevel) - Method in class com.azure.data.cosmos.CosmosContainerRequestOptions
Sets the consistency level required for the request.
consistencyLevel(ConsistencyLevel) - Method in class com.azure.data.cosmos.CosmosItemRequestOptions
Sets the consistency level required for the request.
consistencyLevel(ConsistencyLevel) - Method in class com.azure.data.cosmos.CosmosStoredProcedureRequestOptions
Sets the consistency level required for the request.
ConsistencyLevel - Enum in com.azure.data.cosmos
Represents the consistency levels supported for Cosmos DB client operations in the Azure Cosmos DB database service.
ConsistencyPolicy - Class in com.azure.data.cosmos
Encapsulates the properties for consistency policy in the Azure Cosmos DB database service.
ConsistencyPolicy() - Constructor for class com.azure.data.cosmos.ConsistencyPolicy
Constructor.
CONSISTENT - com.azure.data.cosmos.IndexingMode
Index is updated synchronously with a create or update operation.
CONSISTENT_PREFIX - com.azure.data.cosmos.ConsistencyLevel
CONSISTENT_PREFIX Consistency guarantees that reads will return some prefix of all writes with no gaps.
container() - Method in class com.azure.data.cosmos.CosmosContainerResponse
Gets the Container object
container() - Method in class com.azure.data.cosmos.sync.CosmosSyncContainerResponse
Gets the Container object
contains(Object) - Method in class com.azure.data.cosmos.SqlParameterList
 
containsAll(Collection<?>) - Method in class com.azure.data.cosmos.SqlParameterList
 
continuationToken() - Method in class com.azure.data.cosmos.FeedResponse
Gets the continuation token to be used for continuing the enumeration.
CosmosClient - Class in com.azure.data.cosmos
Provides a client-side logical representation of the Azure Cosmos database service.
CosmosClientBuilder - Class in com.azure.data.cosmos
Helper class to build CosmosClient instances as logical representation of the Azure Cosmos database service.
CosmosClientBuilder() - Constructor for class com.azure.data.cosmos.CosmosClientBuilder
 
CosmosClientException - Exception in com.azure.data.cosmos
This class defines a custom exception type for all operations on DocumentClient in the Azure Cosmos DB database service.
CosmosConflict - Class in com.azure.data.cosmos
Read and delete conflicts
CosmosConflictProperties - Class in com.azure.data.cosmos
 
CosmosConflictRequestOptions - Class in com.azure.data.cosmos
 
CosmosConflictRequestOptions() - Constructor for class com.azure.data.cosmos.CosmosConflictRequestOptions
 
CosmosConflictResponse - Class in com.azure.data.cosmos
 
CosmosContainer - Class in com.azure.data.cosmos
Provides methods for reading, deleting, and replacing existing Containers.
CosmosContainerProperties - Class in com.azure.data.cosmos
Represents a item container in the Azure Cosmos DB database service.
CosmosContainerProperties(String, PartitionKeyDefinition) - Constructor for class com.azure.data.cosmos.CosmosContainerProperties
Constructor
CosmosContainerProperties(String, String) - Constructor for class com.azure.data.cosmos.CosmosContainerProperties
Constructor
CosmosContainerRequestOptions - Class in com.azure.data.cosmos
Encapsulates options that can be specified for a request issued to cosmos container.
CosmosContainerRequestOptions() - Constructor for class com.azure.data.cosmos.CosmosContainerRequestOptions
 
CosmosContainerResponse - Class in com.azure.data.cosmos
 
CosmosDatabase - Class in com.azure.data.cosmos
Perform read and delete databases, update database throughput, and perform operations on child resources
CosmosDatabaseProperties - Class in com.azure.data.cosmos
Represents a CosmosDatabase in the Azure Cosmos database service.
CosmosDatabaseProperties(String) - Constructor for class com.azure.data.cosmos.CosmosDatabaseProperties
Constructor
CosmosDatabaseRequestOptions - Class in com.azure.data.cosmos
Encapsulates options that can be specified for a request issued to cosmos database.
CosmosDatabaseRequestOptions() - Constructor for class com.azure.data.cosmos.CosmosDatabaseRequestOptions
 
CosmosDatabaseResponse - Class in com.azure.data.cosmos
 
CosmosError - Class in com.azure.data.cosmos
Encapsulates error related details in the Azure Cosmos DB database service.
CosmosError() - Constructor for class com.azure.data.cosmos.CosmosError
Initialize a new instance of the Error object.
CosmosError(String, String) - Constructor for class com.azure.data.cosmos.CosmosError
Initialize a new instance of the Error object.
CosmosError(String, String, String) - Constructor for class com.azure.data.cosmos.CosmosError
Initialize a new instance of the Error object.
CosmosItem - Class in com.azure.data.cosmos
 
CosmosItemProperties - Class in com.azure.data.cosmos
 
CosmosItemProperties() - Constructor for class com.azure.data.cosmos.CosmosItemProperties
Initialize an empty CosmosItemProperties object.
CosmosItemProperties(String) - Constructor for class com.azure.data.cosmos.CosmosItemProperties
Initialize a CosmosItemProperties object from json string.
CosmosItemRequestOptions - Class in com.azure.data.cosmos
Encapsulates options that can be specified for a request issued to cosmos Item.
CosmosItemRequestOptions() - Constructor for class com.azure.data.cosmos.CosmosItemRequestOptions
Constructor
CosmosItemRequestOptions(Object) - Constructor for class com.azure.data.cosmos.CosmosItemRequestOptions
Constructor
CosmosItemResponse - Class in com.azure.data.cosmos
 
cosmosKeyCredential() - Method in class com.azure.data.cosmos.CosmosClientBuilder
Gets the CosmosKeyCredential to be used
cosmosKeyCredential(CosmosKeyCredential) - Method in class com.azure.data.cosmos.CosmosClientBuilder
Sets the CosmosKeyCredential to be used
CosmosKeyCredential - Class in com.azure.data.cosmos
Cosmos Key Credential is used to store key credentials, in order to support dynamic key rotation.
CosmosKeyCredential(String) - Constructor for class com.azure.data.cosmos.CosmosKeyCredential
 
CosmosPermission - Class in com.azure.data.cosmos
 
CosmosPermissionProperties - Class in com.azure.data.cosmos
 
CosmosPermissionProperties() - Constructor for class com.azure.data.cosmos.CosmosPermissionProperties
Initialize a permission object.
CosmosPermissionRequestOptions - Class in com.azure.data.cosmos
Contains the request options of CosmosPermission
CosmosPermissionRequestOptions() - Constructor for class com.azure.data.cosmos.CosmosPermissionRequestOptions
 
CosmosPermissionResponse - Class in com.azure.data.cosmos
 
CosmosResourceType - Enum in com.azure.data.cosmos
Resource types in the Azure Cosmos DB database service.
CosmosResponse<T extends Resource> - Class in com.azure.data.cosmos
 
cosmosResponseDiagnostics() - Method in exception com.azure.data.cosmos.CosmosClientException
Gets the Cosmos Response Diagnostic Statistics associated with this exception.
CosmosResponseDiagnostics - Class in com.azure.data.cosmos
This class represents response diagnostic statistics associated with a request to Azure Cosmos DB
cosmosResponseDiagnosticsString() - Method in class com.azure.data.cosmos.CosmosResponse
Gets the diagnostics information for the current request to Azure Cosmos DB service.
cosmosResponseDiagnosticsString() - Method in class com.azure.data.cosmos.sync.CosmosSyncResponse
Gets the diagnostics information for the current request to Azure Cosmos DB service.
CosmosScripts - Class in com.azure.data.cosmos
 
CosmosStoredProcedure - Class in com.azure.data.cosmos
 
CosmosStoredProcedureProperties - Class in com.azure.data.cosmos
 
CosmosStoredProcedureProperties() - Constructor for class com.azure.data.cosmos.CosmosStoredProcedureProperties
Constructor.
CosmosStoredProcedureProperties(String, String) - Constructor for class com.azure.data.cosmos.CosmosStoredProcedureProperties
Constructor.
CosmosStoredProcedureRequestOptions - Class in com.azure.data.cosmos
Encapsulates options that can be specified for a request issued to cosmos stored procedure.
CosmosStoredProcedureRequestOptions() - Constructor for class com.azure.data.cosmos.CosmosStoredProcedureRequestOptions
 
CosmosStoredProcedureResponse - Class in com.azure.data.cosmos
 
CosmosSyncClient - Class in com.azure.data.cosmos.sync
Provides a client-side logical representation of the Azure Cosmos database service.
CosmosSyncClient(CosmosClientBuilder) - Constructor for class com.azure.data.cosmos.sync.CosmosSyncClient
 
CosmosSyncContainer - Class in com.azure.data.cosmos.sync
Provides synchronous methods for reading, deleting, and replacing existing Containers Provides methods for interacting with child resources (Items, Scripts, Conflicts)
CosmosSyncContainerResponse - Class in com.azure.data.cosmos.sync
The synchronous cosmos container response
CosmosSyncDatabase - Class in com.azure.data.cosmos.sync
Perform read and delete databases, update database throughput, and perform operations on child resources in a synchronous way
CosmosSyncDatabaseResponse - Class in com.azure.data.cosmos.sync
 
CosmosSyncItem - Class in com.azure.data.cosmos.sync
The Cosmos synchronous item.
CosmosSyncItemResponse - Class in com.azure.data.cosmos.sync
 
CosmosSyncResponse - Class in com.azure.data.cosmos.sync
 
CosmosSyncScripts - Class in com.azure.data.cosmos.sync
The type Cosmos sync scripts.
CosmosSyncStoredProcedure - Class in com.azure.data.cosmos.sync
The type Cosmos sync stored procedure.
CosmosSyncStoredProcedure(String, CosmosSyncContainer, CosmosStoredProcedure) - Constructor for class com.azure.data.cosmos.sync.CosmosSyncStoredProcedure
Instantiates a new Cosmos sync stored procedure.
CosmosSyncStoredProcedureResponse - Class in com.azure.data.cosmos.sync
The type Cosmos sync stored procedure response.
CosmosSyncTrigger - Class in com.azure.data.cosmos.sync
The type Cosmos sync trigger.
CosmosSyncTriggerResponse - Class in com.azure.data.cosmos.sync
The type Cosmos sync trigger response.
CosmosSyncUser - Class in com.azure.data.cosmos.sync
The type Cosmos sync user.
CosmosSyncUserDefinedFunction - Class in com.azure.data.cosmos.sync
The type Cosmos sync user defined function.
CosmosSyncUserDefinedFunctionResponse - Class in com.azure.data.cosmos.sync
The type Cosmos sync user defined function response.
CosmosSyncUserResponse - Class in com.azure.data.cosmos.sync
The type Cosmos sync user response.
CosmosTrigger - Class in com.azure.data.cosmos
 
CosmosTriggerProperties - Class in com.azure.data.cosmos
 
CosmosTriggerProperties() - Constructor for class com.azure.data.cosmos.CosmosTriggerProperties
Constructor
CosmosTriggerResponse - Class in com.azure.data.cosmos
 
CosmosUser - Class in com.azure.data.cosmos
 
CosmosUserDefinedFunction - Class in com.azure.data.cosmos
 
CosmosUserDefinedFunctionProperties - Class in com.azure.data.cosmos
 
CosmosUserDefinedFunctionProperties() - Constructor for class com.azure.data.cosmos.CosmosUserDefinedFunctionProperties
Constructor
CosmosUserDefinedFunctionResponse - Class in com.azure.data.cosmos
 
CosmosUserProperties - Class in com.azure.data.cosmos
 
CosmosUserProperties() - Constructor for class com.azure.data.cosmos.CosmosUserProperties
Initialize a user object.
CosmosUserResponse - Class in com.azure.data.cosmos
 
CREATE - com.azure.data.cosmos.TriggerOperation
CREATE operations only.
createContainer(CosmosContainerProperties) - Method in class com.azure.data.cosmos.CosmosDatabase
Creates a document container.
createContainer(CosmosContainerProperties) - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Creates a cosmos container.
createContainer(CosmosContainerProperties, int) - Method in class com.azure.data.cosmos.CosmosDatabase
Creates a document container.
createContainer(CosmosContainerProperties, int) - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Creates a cosmos container.
createContainer(CosmosContainerProperties, int, CosmosContainerRequestOptions) - Method in class com.azure.data.cosmos.CosmosDatabase
Creates a document container.
createContainer(CosmosContainerProperties, int, CosmosContainerRequestOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Creates a cosmos container.
createContainer(CosmosContainerProperties, CosmosContainerRequestOptions) - Method in class com.azure.data.cosmos.CosmosDatabase
Creates a document container.
createContainer(CosmosContainerProperties, CosmosContainerRequestOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Creates a cosmos container.
createContainer(String, String) - Method in class com.azure.data.cosmos.CosmosDatabase
Creates a document container.
createContainer(String, String) - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Create container cosmos sync container response.
createContainer(String, String, int) - Method in class com.azure.data.cosmos.CosmosDatabase
Creates a document container.
createContainer(String, String, int) - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Create container cosmos sync container response.
createContainerIfNotExists(CosmosContainerProperties) - Method in class com.azure.data.cosmos.CosmosDatabase
Creates a document container if it does not exist on the service.
createContainerIfNotExists(CosmosContainerProperties) - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Create container if not exists cosmos sync container response.
createContainerIfNotExists(CosmosContainerProperties, int) - Method in class com.azure.data.cosmos.CosmosDatabase
Creates a document container if it does not exist on the service.
createContainerIfNotExists(CosmosContainerProperties, int) - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Create container if not exists cosmos sync container response.
createContainerIfNotExists(String, String) - Method in class com.azure.data.cosmos.CosmosDatabase
Creates a document container if it does not exist on the service.
createContainerIfNotExists(String, String) - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Create container if not exists cosmos sync container response.
createContainerIfNotExists(String, String, int) - Method in class com.azure.data.cosmos.CosmosDatabase
Creates a document container if it does not exist on the service.
createContainerIfNotExists(String, String, int) - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Create container if not exists cosmos sync container response.
createCustomPolicy() - Static method in class com.azure.data.cosmos.ConflictResolutionPolicy
Creates a CUSTOM ConflictResolutionPolicy without any StoredProcedure.
createCustomPolicy(String) - Static method in class com.azure.data.cosmos.ConflictResolutionPolicy
Creates a CUSTOM ConflictResolutionPolicy which uses the specified stored procedure to perform conflict resolution This stored procedure may be created after the DocumentCollection is created and can be changed as required.
createDatabase(CosmosDatabaseProperties) - Method in class com.azure.data.cosmos.CosmosClient
Creates a database.
createDatabase(CosmosDatabaseProperties) - Method in class com.azure.data.cosmos.sync.CosmosSyncClient
Creates a database.
createDatabase(CosmosDatabaseProperties, int) - Method in class com.azure.data.cosmos.CosmosClient
Creates a database.
createDatabase(CosmosDatabaseProperties, int) - Method in class com.azure.data.cosmos.sync.CosmosSyncClient
Creates a database.
createDatabase(CosmosDatabaseProperties, int, CosmosDatabaseRequestOptions) - Method in class com.azure.data.cosmos.CosmosClient
Creates a database.
createDatabase(CosmosDatabaseProperties, int, CosmosDatabaseRequestOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncClient
Creates a database.
createDatabase(CosmosDatabaseProperties, CosmosDatabaseRequestOptions) - Method in class com.azure.data.cosmos.CosmosClient
Creates a database.
createDatabase(CosmosDatabaseProperties, CosmosDatabaseRequestOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncClient
Creates a database.
createDatabase(String) - Method in class com.azure.data.cosmos.CosmosClient
Creates a database.
createDatabase(String) - Method in class com.azure.data.cosmos.sync.CosmosSyncClient
Creates a database.
createDatabase(String, int) - Method in class com.azure.data.cosmos.CosmosClient
Creates a database.
createDatabase(String, int) - Method in class com.azure.data.cosmos.sync.CosmosSyncClient
Creates a database.
createDatabaseIfNotExists(CosmosDatabaseProperties) - Method in class com.azure.data.cosmos.CosmosClient
CREATE a Database if it does not already exist on the service The Mono upon successful completion will contain a single cosmos database response with the created or existing database.
createDatabaseIfNotExists(CosmosDatabaseProperties) - Method in class com.azure.data.cosmos.sync.CosmosSyncClient
Create a Database if it does not already exist on the service
createDatabaseIfNotExists(String) - Method in class com.azure.data.cosmos.CosmosClient
CREATE a Database if it does not already exist on the service The Mono upon successful completion will contain a single cosmos database response with the created or existing database.
createDatabaseIfNotExists(String) - Method in class com.azure.data.cosmos.sync.CosmosSyncClient
Create a Database if it does not already exist on the service
createItem(Object) - Method in class com.azure.data.cosmos.CosmosContainer
Creates a cosmos item.
createItem(Object) - Method in class com.azure.data.cosmos.sync.CosmosSyncContainer
Create item cosmos sync item response.
createItem(Object, CosmosItemRequestOptions) - Method in class com.azure.data.cosmos.CosmosContainer
Creates a cosmos item.
createItem(Object, CosmosItemRequestOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncContainer
Create item cosmos sync item response.
createLastWriterWinsPolicy() - Static method in class com.azure.data.cosmos.ConflictResolutionPolicy
Creates a LAST_WRITER_WINS ConflictResolutionPolicy with "/_ts" as the resolution path.
createLastWriterWinsPolicy(String) - Static method in class com.azure.data.cosmos.ConflictResolutionPolicy
Creates a LAST_WRITER_WINS ConflictResolutionPolicy with path as the resolution path.
createPermission(CosmosPermissionProperties, CosmosPermissionRequestOptions) - Method in class com.azure.data.cosmos.CosmosUser
Creates a permission.
createStoredProcedure(CosmosStoredProcedureProperties) - Method in class com.azure.data.cosmos.CosmosScripts
Creates a cosmos stored procedure.
createStoredProcedure(CosmosStoredProcedureProperties) - Method in class com.azure.data.cosmos.sync.CosmosSyncScripts
Create stored procedure
createStoredProcedure(CosmosStoredProcedureProperties, CosmosStoredProcedureRequestOptions) - Method in class com.azure.data.cosmos.CosmosScripts
Creates a cosmos stored procedure.
createStoredProcedure(CosmosStoredProcedureProperties, CosmosStoredProcedureRequestOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncScripts
Create stored procedure cosmos
createTrigger(CosmosTriggerProperties) - Method in class com.azure.data.cosmos.CosmosScripts
Creates a Cosmos trigger.
createTrigger(CosmosTriggerProperties) - Method in class com.azure.data.cosmos.sync.CosmosSyncScripts
Create trigger
createUser(CosmosUserProperties) - Method in class com.azure.data.cosmos.CosmosDatabase
Creates a user After subscription the operation will be performed.
createUser(CosmosUserProperties) - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Create user cosmos sync user response.
createUserDefinedFunction(CosmosUserDefinedFunctionProperties) - Method in class com.azure.data.cosmos.CosmosScripts
Creates a cosmos user defined function.
createUserDefinedFunction(CosmosUserDefinedFunctionProperties) - Method in class com.azure.data.cosmos.sync.CosmosSyncScripts
Create user defined function
currentResourceQuotaUsage() - Method in class com.azure.data.cosmos.CosmosResponse
Gets the current size of this entity (in megabytes (MB) for server resources and in count for master resources)
currentResourceQuotaUsage() - Method in class com.azure.data.cosmos.FeedResponse
Gets the current size of this entity from the Azure Cosmos DB service.
currentResourceQuotaUsage() - Method in class com.azure.data.cosmos.sync.CosmosSyncResponse
Gets the current size of this entity (in megabytes (MB) for server resources and in count for master resources)
CUSTOM - com.azure.data.cosmos.ConflictResolutionMode
CUSTOM conflict resolution mode Setting the ConflictResolutionMode to "CUSTOM" indicates that conflict resolution is custom handled by a user.

D

database() - Method in class com.azure.data.cosmos.CosmosDatabaseResponse
Gets the CosmosDatabase object
database() - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabaseResponse
Gets the CosmosDatabase object
Database - com.azure.data.cosmos.CosmosResourceType
 
DatabaseAccount - Class in com.azure.data.cosmos
Represents a database account in the Azure Cosmos DB database service.
DatabaseAccount() - Constructor for class com.azure.data.cosmos.DatabaseAccount
Constructor.
DatabaseAccount(String) - Constructor for class com.azure.data.cosmos.DatabaseAccount
Initialize a database account object from json string.
DatabaseAccountLocation - Class in com.azure.data.cosmos
Represents the location of a database account in the Azure Cosmos DB database service.
DatabaseAccountLocation() - Constructor for class com.azure.data.cosmos.DatabaseAccountLocation
DEFAULT Constructor.
DatabaseAccountLocation(String) - Constructor for class com.azure.data.cosmos.DatabaseAccountLocation
Creates a new instance of the DatabaseAccountLocation object from a JSON string.
databaseQuota() - Method in class com.azure.data.cosmos.CosmosDatabaseResponse
Gets the Max Quota.
databaseQuota() - Method in class com.azure.data.cosmos.FeedResponse
Gets the maximum quota for database resources within the account from the Azure Cosmos DB service.
databaseQuota() - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabaseResponse
Gets the Max Quota.
databaseUsage() - Method in class com.azure.data.cosmos.CosmosDatabaseResponse
Gets the current Usage.
databaseUsage() - Method in class com.azure.data.cosmos.FeedResponse
Gets the current number of database resources within the account from the Azure Cosmos DB service.
databaseUsage() - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabaseResponse
Gets the current Usage.
dataType() - Method in class com.azure.data.cosmos.HashIndex
Gets data type.
dataType() - Method in class com.azure.data.cosmos.RangeIndex
Gets data type.
dataType(DataType) - Method in class com.azure.data.cosmos.HashIndex
Sets data type.
dataType(DataType) - Method in class com.azure.data.cosmos.RangeIndex
Sets data type.
DataType - Enum in com.azure.data.cosmos
Data types in the Azure Cosmos DB database service.
DEFAULT - com.azure.data.cosmos.IndexingDirective
Use any pre-defined/pre-configured defaults.
defaultConsistencyLevel() - Method in class com.azure.data.cosmos.ConsistencyPolicy
Get the name of the resource.
defaultConsistencyLevel(ConsistencyLevel) - Method in class com.azure.data.cosmos.ConsistencyPolicy
Set the name of the resource.
defaultPolicy() - Static method in class com.azure.data.cosmos.ConnectionPolicy
Gets the default connection policy.
defaultTimeToLive() - Method in class com.azure.data.cosmos.CosmosContainerProperties
Gets the collection's default time-to-live value.
defaultTimeToLive(Integer) - Method in class com.azure.data.cosmos.CosmosContainerProperties
Sets the collection's default time-to-live value.
delete() - Method in class com.azure.data.cosmos.CosmosContainer
Deletes the item container After subscription the operation will be performed.
delete() - Method in class com.azure.data.cosmos.CosmosDatabase
Deletes a database.
delete() - Method in class com.azure.data.cosmos.CosmosItem
Deletes the item.
delete() - Method in class com.azure.data.cosmos.CosmosStoredProcedure
Deletes a stored procedure by the stored procedure link.
delete() - Method in class com.azure.data.cosmos.CosmosTrigger
Deletes a cosmos trigger.
delete() - Method in class com.azure.data.cosmos.CosmosUser
Delete a cosmos user
delete() - Method in class com.azure.data.cosmos.CosmosUserDefinedFunction
Deletes a cosmos user defined function.
delete() - Method in class com.azure.data.cosmos.sync.CosmosSyncContainer
Delete cosmos sync container response.
delete() - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Delete a database.
delete() - Method in class com.azure.data.cosmos.sync.CosmosSyncStoredProcedure
Delete cosmos stored procedure.
delete() - Method in class com.azure.data.cosmos.sync.CosmosSyncTrigger
Delete cosmos trigger.
delete() - Method in class com.azure.data.cosmos.sync.CosmosSyncUser
Delete cosmos user.
delete() - Method in class com.azure.data.cosmos.sync.CosmosSyncUserDefinedFunction
Delete cosmos user defined function.
delete(CosmosConflictRequestOptions) - Method in class com.azure.data.cosmos.CosmosConflict
Reads all conflicts in a document collection.
delete(CosmosContainerRequestOptions) - Method in class com.azure.data.cosmos.CosmosContainer
Deletes the item container After subscription the operation will be performed.
delete(CosmosContainerRequestOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncContainer
Delete cosmos sync container response.
delete(CosmosDatabaseRequestOptions) - Method in class com.azure.data.cosmos.CosmosDatabase
Deletes a database.
delete(CosmosDatabaseRequestOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Delete a database.
delete(CosmosItemRequestOptions) - Method in class com.azure.data.cosmos.CosmosItem
Deletes the item.
delete(CosmosItemRequestOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncItem
Delete cosmos sync item response.
delete(CosmosPermissionRequestOptions) - Method in class com.azure.data.cosmos.CosmosPermission
Deletes a permission.
delete(CosmosStoredProcedureRequestOptions) - Method in class com.azure.data.cosmos.CosmosStoredProcedure
Deletes a stored procedure by the stored procedure link.
DELETE - com.azure.data.cosmos.TriggerOperation
DELETE operations only.
DESCENDING - com.azure.data.cosmos.CompositePathSortOrder
DESCENDING sort order for composite paths.
DIRECT - com.azure.data.cosmos.ConnectionMode
Specifies that requests to server resources are made directly to the data nodes.
discardExistingLeases() - Method in class com.azure.data.cosmos.ChangeFeedProcessorOptions
Gets a value indicating whether on start of the host all existing leases should be deleted and the host should start from scratch.
discardExistingLeases(boolean) - Method in class com.azure.data.cosmos.ChangeFeedProcessorOptions
Sets a value indicating whether on start of the host all existing leases should be deleted and the host should start from scratch.
Document - com.azure.data.cosmos.CosmosResourceType
 
DocumentCollection - com.azure.data.cosmos.CosmosResourceType
 

E

emitVerboseTracesInQuery() - Method in class com.azure.data.cosmos.FeedOptions
Gets the option to allow queries to emit out verbose traces for investigation.
emitVerboseTracesInQuery(Boolean) - Method in class com.azure.data.cosmos.FeedOptions
Sets the option to allow queries to emit out verbose traces for investigation.
enableCrossPartitionQuery() - Method in class com.azure.data.cosmos.FeedOptions
Gets the option to allow queries to run across all partitions of the collection.
enableCrossPartitionQuery(Boolean) - Method in class com.azure.data.cosmos.FeedOptions
Sets the option to allow queries to run across all partitions of the collection.
enableEndpointDiscovery() - Method in class com.azure.data.cosmos.ConnectionPolicy
Gets the flag to enable endpoint discovery for geo-replicated database accounts.
enableEndpointDiscovery(boolean) - Method in class com.azure.data.cosmos.ConnectionPolicy
Sets the flag to enable endpoint discovery for geo-replicated database accounts.
enableMultipleWriteLocations() - Method in class com.azure.data.cosmos.DatabaseAccount
 
enableReadRequestsFallback() - Method in class com.azure.data.cosmos.ConnectionPolicy
Gets whether to allow for reads to go to multiple regions configured on an account of Azure Cosmos DB service.
enableReadRequestsFallback(Boolean) - Method in class com.azure.data.cosmos.ConnectionPolicy
Sets whether to allow for reads to go to multiple regions configured on an account of Azure Cosmos DB service.
enableScanInQuery() - Method in class com.azure.data.cosmos.FeedOptions
Gets the option to allow scan on the queries which couldn't be served as indexing was opted out on the requested paths.
enableScanInQuery(Boolean) - Method in class com.azure.data.cosmos.FeedOptions
Sets the option to allow scan on the queries which couldn't be served as indexing was opted out on the requested paths.
endpoint() - Method in class com.azure.data.cosmos.CosmosClientBuilder
Gets the Azure Cosmos DB endpoint the SDK will connect to
endpoint() - Method in class com.azure.data.cosmos.DatabaseAccountLocation
Gets The endpoint (the URI) of the database account location.
endpoint(String) - Method in class com.azure.data.cosmos.CosmosClientBuilder
Sets the Azure Cosmos DB endpoint the SDK will connect to
equals(Object) - Method in class com.azure.data.cosmos.PartitionKey
Overrides the Equal operator for object comparisons between two instances of PartitionKey
error() - Method in exception com.azure.data.cosmos.CosmosClientException
Gets the error code associated with the exception.
etag() - Method in class com.azure.data.cosmos.Resource
Get the entity tag associated with the resource.
EVENTUAL - com.azure.data.cosmos.ConsistencyLevel
EVENTUAL Consistency guarantees that reads will return a subset of writes.
EXCLUDE - com.azure.data.cosmos.IndexingDirective
Do not index the resource.
ExcludedPath - Class in com.azure.data.cosmos
Represents an excluded path of the IndexingPolicy in the Azure Cosmos DB database service.
ExcludedPath() - Constructor for class com.azure.data.cosmos.ExcludedPath
Constructor.
excludedPaths() - Method in class com.azure.data.cosmos.IndexingPolicy
Gets the paths that are not indexed.
excludedPaths(List<ExcludedPath>) - Method in class com.azure.data.cosmos.IndexingPolicy
 
execute(Object[], CosmosStoredProcedureRequestOptions) - Method in class com.azure.data.cosmos.CosmosStoredProcedure
Executes a stored procedure by the stored procedure link.
execute(Object[], CosmosStoredProcedureRequestOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncStoredProcedure
Execute cosmos sync stored procedure.

F

feedContainer(CosmosContainer) - Method in interface com.azure.data.cosmos.ChangeFeedProcessor.BuilderDefinition
Sets and existing CosmosContainer to be used to read from the monitored collection.
FeedOptions - Class in com.azure.data.cosmos
Specifies the options associated with feed methods (enumeration operations) in the Azure Cosmos DB database service.
FeedOptions() - Constructor for class com.azure.data.cosmos.FeedOptions
 
FeedOptions(FeedOptions) - Constructor for class com.azure.data.cosmos.FeedOptions
 
feedPollDelay() - Method in class com.azure.data.cosmos.ChangeFeedProcessorOptions
Gets the delay in between polling a partition for new changes on the feed, after all current changes are drained.
feedPollDelay(Duration) - Method in class com.azure.data.cosmos.ChangeFeedProcessorOptions
Sets the delay in between polling a partition for new changes on the feed, after all current changes are drained.
FeedResponse<T> - Class in com.azure.data.cosmos
 
feedResponseDiagnostics() - Method in class com.azure.data.cosmos.FeedResponse
Gets the feed response diagnostics
FeedResponseDiagnostics - Class in com.azure.data.cosmos
 
ForbiddenException - Exception in com.azure.data.cosmos
 
ForbiddenException(CosmosError, long, String, Map<String, String>) - Constructor for exception com.azure.data.cosmos.ForbiddenException
 
ForbiddenException(String, HttpHeaders, URI) - Constructor for exception com.azure.data.cosmos.ForbiddenException
 
fromJsonString(String) - Static method in class com.azure.data.cosmos.PartitionKey
Create a new instance of the PartitionKey object from a serialized JSON partition key.

G

GATEWAY - com.azure.data.cosmos.ConnectionMode
Specifies that requests to server resources are made through a gateway proxy using HTTPS.
get(int) - Method in class com.azure.data.cosmos.SqlParameterList
 
get(String) - Method in class com.azure.data.cosmos.JsonSerializable
Gets a property value as Object.
getAuthorizationToken(String, String, CosmosResourceType, Map<String, Object>) - Method in interface com.azure.data.cosmos.TokenResolver
This method will consume the request information and based on that it will generate the authorization token.
getBoolean(String) - Method in class com.azure.data.cosmos.JsonSerializable
Gets a boolean value.
getCode() - Method in class com.azure.data.cosmos.CosmosError
Gets the error code.
getCollection(String, Class<T>, boolean...) - Method in class com.azure.data.cosmos.JsonSerializable
Gets an object collection.
getConflict(String) - Method in class com.azure.data.cosmos.CosmosContainer
Gets a CosmosConflict object without making a service call
getContainer(String) - Method in class com.azure.data.cosmos.CosmosDatabase
Gets a CosmosContainer object without making a service call
getContainer(String) - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Gets a CosmosSyncContainer object without making a service call
getDatabase() - Method in class com.azure.data.cosmos.CosmosContainer
Gets the parent Database
getDatabase() - Method in class com.azure.data.cosmos.CosmosUser
Gets the parent Database
getDatabase(String) - Method in class com.azure.data.cosmos.CosmosClient
Gets a database object without making a service call.
getDatabase(String) - Method in class com.azure.data.cosmos.sync.CosmosSyncClient
Gets the database client
getDouble(String) - Method in class com.azure.data.cosmos.JsonSerializable
Gets a double value.
getErrorDetails() - Method in class com.azure.data.cosmos.CosmosError
Gets the error details.
getEstimatedLag() - Method in interface com.azure.data.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 document).
getFromV2Results(List<Permission>) - Static method in class com.azure.data.cosmos.CosmosPermissionProperties
 
getInt(String) - Method in class com.azure.data.cosmos.JsonSerializable
Gets an integer value.
getInternalPartitionKey() - Method in class com.azure.data.cosmos.PartitionKey
 
getItem(String, Object) - Method in class com.azure.data.cosmos.CosmosContainer
Gets a CosmosItem object without making a service call
getItem(String, Object) - Method in class com.azure.data.cosmos.sync.CosmosSyncContainer
Gets item.
getList(String, Class<T>, boolean...) - Method in class com.azure.data.cosmos.JsonSerializable
Gets an object List.
getLogger() - Method in class com.azure.data.cosmos.JsonSerializable
 
getLong(String) - Method in class com.azure.data.cosmos.JsonSerializable
Gets a long value.
getMap() - Method in class com.azure.data.cosmos.JsonSerializable
Returns the propertybag(JSONObject) in a hashMap
getMessage() - Method in exception com.azure.data.cosmos.CosmosClientException
 
getMessage() - Method in class com.azure.data.cosmos.CosmosError
Gets the error message.
getObject(Class<?>) - Method in class com.azure.data.cosmos.CosmosItemProperties
 
getObject(String, Class<T>, boolean...) - Method in class com.azure.data.cosmos.JsonSerializable
Gets an object value.
getObjectByPath(List<String>) - Method in class com.azure.data.cosmos.JsonSerializable
Gets the value of a property identified by an array of property names that forms the path.
getPartitionedQueryExecutionInfo() - Method in class com.azure.data.cosmos.CosmosError
Gets the partitioned query execution info.
getPermission(String) - Method in class com.azure.data.cosmos.CosmosUser
Get cosmos permission without making a call to backend
getResource(Class<T>) - Method in class com.azure.data.cosmos.CosmosConflictProperties
Gets the conflicting resource in the Azure Cosmos DB service.
getScripts() - Method in class com.azure.data.cosmos.CosmosContainer
 
getScripts() - Method in class com.azure.data.cosmos.sync.CosmosSyncContainer
Gets the cosmos sync scripts.
getStoredProcedure(String) - Method in class com.azure.data.cosmos.CosmosScripts
Gets a CosmosStoredProcedure object without making a service call
getStoredProcedure(String) - Method in class com.azure.data.cosmos.sync.CosmosSyncScripts
Gets stored procedure.
getString(String) - Method in class com.azure.data.cosmos.JsonSerializable
Gets a string value.
getTrigger(String) - Method in class com.azure.data.cosmos.CosmosScripts
Gets a CosmosTrigger object without making a service call
getTrigger(String) - Method in class com.azure.data.cosmos.sync.CosmosSyncScripts
Gets trigger.
getUser(String) - Method in class com.azure.data.cosmos.CosmosDatabase
 
getUser(String) - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Gets user.
getUserDefinedFunction(String) - Method in class com.azure.data.cosmos.CosmosScripts
Gets a CosmosUserDefinedFunction object without making a service call
getUserDefinedFunction(String) - Method in class com.azure.data.cosmos.sync.CosmosSyncScripts
Gets user defined function.
getV2User() - Method in class com.azure.data.cosmos.CosmosUserProperties
 
getValue() - Method in enum com.azure.data.cosmos.PermissionMode
Gets the numerical value of the permission mode.
getValue() - Method in enum com.azure.data.cosmos.TriggerOperation
Gets the numerical value of the trigger operation.
getValue() - Method in enum com.azure.data.cosmos.TriggerType
Gets the numerical value of the trigger type.
GoneException - Exception in com.azure.data.cosmos
 
GoneException() - Constructor for exception com.azure.data.cosmos.GoneException
 
GoneException(CosmosError, long, String, Map<String, String>) - Constructor for exception com.azure.data.cosmos.GoneException
 
GoneException(String) - Constructor for exception com.azure.data.cosmos.GoneException
 
GoneException(String, HttpHeaders, URI) - Constructor for exception com.azure.data.cosmos.GoneException
 
GoneException(String, Exception, HttpHeaders, URI) - Constructor for exception com.azure.data.cosmos.GoneException
 
GoneException(String, Exception, Map<String, String>, String) - Constructor for exception com.azure.data.cosmos.GoneException
 
GoneException(String, String) - Constructor for exception com.azure.data.cosmos.GoneException
 

H

handleChanges(Consumer<List<CosmosItemProperties>>) - Method in interface com.azure.data.cosmos.ChangeFeedProcessor.BuilderDefinition
Sets a consumer function which will be called to process changes.
has(String) - Method in class com.azure.data.cosmos.JsonSerializable
Checks whether a property exists.
Hash(DataType) - Static method in class com.azure.data.cosmos.Index
Returns an instance of HashIndex class with specified DataType.
Hash(DataType, int) - Static method in class com.azure.data.cosmos.Index
Returns an instance of HashIndex class with specified DataType and precision.
HASH - com.azure.data.cosmos.IndexKind
 
HASH - com.azure.data.cosmos.PartitionKind
The Partition of a document is calculated based on the hash value of the PartitionKey.
HashIndex - Class in com.azure.data.cosmos
Represents a hash index in the Azure Cosmos DB database service.
HashIndex(DataType) - Constructor for class com.azure.data.cosmos.HashIndex
Specifies an instance of HashIndex class with specified DataType.
HashIndex(DataType, int) - Constructor for class com.azure.data.cosmos.HashIndex
Initializes a new instance of the HashIndex class with specified DataType and precision.
hostName(String) - Method in interface com.azure.data.cosmos.ChangeFeedProcessor.BuilderDefinition
Sets the host name.

I

id() - Method in class com.azure.data.cosmos.CosmosConflict
Get the id of the CosmosConflict
id() - Method in class com.azure.data.cosmos.CosmosContainer
Get the id of the CosmosContainer
id() - Method in class com.azure.data.cosmos.CosmosDatabase
Get the id of the CosmosDatabase
id() - Method in class com.azure.data.cosmos.CosmosItem
Get the id of the CosmosItem
id() - Method in class com.azure.data.cosmos.CosmosPermission
Get the id of the CosmosPermission
id() - Method in class com.azure.data.cosmos.CosmosStoredProcedure
Get the id of the CosmosStoredProcedure
id() - Method in class com.azure.data.cosmos.CosmosTrigger
Get the id of the CosmosTrigger
id() - Method in class com.azure.data.cosmos.CosmosUser
Get the id of the CosmosUser
id() - Method in class com.azure.data.cosmos.CosmosUserDefinedFunction
Get the id of the CosmosUserDefinedFunction
id() - Method in class com.azure.data.cosmos.CosmosUserProperties
Gets the id
id() - Method in class com.azure.data.cosmos.Resource
Gets the name of the resource.
id() - Method in class com.azure.data.cosmos.sync.CosmosSyncContainer
Id string.
id() - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Get the id of the CosmosDatabase
id() - Method in class com.azure.data.cosmos.sync.CosmosSyncItem
Id string.
id() - Method in class com.azure.data.cosmos.sync.CosmosSyncStoredProcedure
Id string.
id() - Method in class com.azure.data.cosmos.sync.CosmosSyncTrigger
Gets id.
id() - Method in class com.azure.data.cosmos.sync.CosmosSyncUser
Id string.
id() - Method in class com.azure.data.cosmos.sync.CosmosSyncUserDefinedFunction
Id string.
id(String) - Method in class com.azure.data.cosmos.CosmosItemProperties
Sets the id
id(String) - Method in class com.azure.data.cosmos.CosmosPermissionProperties
Sets the id
id(String) - Method in class com.azure.data.cosmos.CosmosStoredProcedureProperties
Sets the id
id(String) - Method in class com.azure.data.cosmos.CosmosTriggerProperties
Sets the id
id(String) - Method in class com.azure.data.cosmos.CosmosUserDefinedFunctionProperties
Sets the id
id(String) - Method in class com.azure.data.cosmos.CosmosUserProperties
Sets the id
id(String) - Method in class com.azure.data.cosmos.Resource
Sets the name of the resource.
idleConnectionTimeoutInMillis() - Method in class com.azure.data.cosmos.ConnectionPolicy
Gets the value of the timeout for an idle connection, the default is 60 seconds.
idleConnectionTimeoutInMillis(int) - Method in class com.azure.data.cosmos.ConnectionPolicy
sets the value of the timeout for an idle connection.
IF_MATCH - com.azure.data.cosmos.AccessConditionType
Check if the resource's ETag value matches the ETag value performed.
IF_NONE_MATCH - com.azure.data.cosmos.AccessConditionType
Check if the resource's ETag value does not match ETag value performed.
INCLUDE - com.azure.data.cosmos.IndexingDirective
Index the resource.
IncludedPath - Class in com.azure.data.cosmos
Represents an included path of the IndexingPolicy in the Azure Cosmos DB database service.
IncludedPath() - Constructor for class com.azure.data.cosmos.IncludedPath
Constructor.
IncludedPath(String) - Constructor for class com.azure.data.cosmos.IncludedPath
Constructor.
includedPaths() - Method in class com.azure.data.cosmos.IndexingPolicy
Gets the paths that are chosen to be indexed by the user.
INDENTED - com.azure.data.cosmos.SerializationFormattingPolicy
Indent the fields appropriately.
Index - Class in com.azure.data.cosmos
Represents the index of a collection in the Azure Cosmos DB database service.
Index - com.azure.data.cosmos.CosmosResourceType
 
indexes() - Method in class com.azure.data.cosmos.IncludedPath
Gets the paths that are chosen to be indexed by the user.
indexes(Collection<Index>) - Method in class com.azure.data.cosmos.IncludedPath
 
indexingDirective() - Method in class com.azure.data.cosmos.CosmosItemRequestOptions
Gets the indexing directive (index, do not index etc).
indexingDirective(IndexingDirective) - Method in class com.azure.data.cosmos.CosmosItemRequestOptions
Sets the indexing directive (index, do not index etc).
IndexingDirective - Enum in com.azure.data.cosmos
Specifies whether or not the resource is to be indexed in the Azure Cosmos DB database service.
indexingMode() - Method in class com.azure.data.cosmos.IndexingPolicy
Gets the indexing mode (consistent or lazy).
indexingMode(IndexingMode) - Method in class com.azure.data.cosmos.IndexingPolicy
Sets the indexing mode (consistent or lazy).
IndexingMode - Enum in com.azure.data.cosmos
Specifies the supported indexing modes in the Azure Cosmos DB database service.
indexingPolicy() - Method in class com.azure.data.cosmos.CosmosContainerProperties
Gets the container's indexing policy.
indexingPolicy(IndexingPolicy) - Method in class com.azure.data.cosmos.CosmosContainerProperties
Sets the container's indexing policy
IndexingPolicy - Class in com.azure.data.cosmos
Represents the indexing policy configuration for a collection in the Azure Cosmos DB database service.
IndexingPolicy() - Constructor for class com.azure.data.cosmos.IndexingPolicy
Constructor.
IndexingPolicy(Index[]) - Constructor for class com.azure.data.cosmos.IndexingPolicy
Initializes a new instance of the IndexingPolicy class with the specified set of indexes as default index specifications for the root path.
IndexKind - Enum in com.azure.data.cosmos
These are the indexing types available for indexing a path in the Azure Cosmos DB database service.
indexOf(Object) - Method in class com.azure.data.cosmos.SqlParameterList
 
indexTransformationProgress() - Method in class com.azure.data.cosmos.CosmosContainerResponse
Gets the progress of an index transformation, if one is underway.
indexTransformationProgress() - Method in class com.azure.data.cosmos.sync.CosmosSyncContainerResponse
Gets the progress of an index transformation, if one is underway.
InternalServerErrorException - Exception in com.azure.data.cosmos
This exception is thrown when DocumentServiceRequest contains x-ms-documentdb-partitionkeyrangeid header and such range id doesn't exist.
InternalServerErrorException(CosmosError, long, String, Map<String, String>) - Constructor for exception com.azure.data.cosmos.InternalServerErrorException
 
InternalServerErrorException(String) - Constructor for exception com.azure.data.cosmos.InternalServerErrorException
 
InternalServerErrorException(String, HttpHeaders, URI) - Constructor for exception com.azure.data.cosmos.InternalServerErrorException
 
InternalServerErrorException(String, Exception, Map<String, String>, String) - Constructor for exception com.azure.data.cosmos.InternalServerErrorException
 
INVALID - com.azure.data.cosmos.ConflictResolutionMode
INVALID or unknown mode.
InvalidPartitionException - Exception in com.azure.data.cosmos
While this class is public, but it is not part of our published public APIs.
InvalidPartitionException() - Constructor for exception com.azure.data.cosmos.InvalidPartitionException
 
InvalidPartitionException(CosmosError, long, String, Map<String, String>) - Constructor for exception com.azure.data.cosmos.InvalidPartitionException
 
InvalidPartitionException(String) - Constructor for exception com.azure.data.cosmos.InvalidPartitionException
 
InvalidPartitionException(String, HttpHeaders, String) - Constructor for exception com.azure.data.cosmos.InvalidPartitionException
 
InvalidPartitionException(String, String) - Constructor for exception com.azure.data.cosmos.InvalidPartitionException
 
isEmpty() - Method in class com.azure.data.cosmos.SqlParameterList
 
isStarted() - Method in interface com.azure.data.cosmos.ChangeFeedProcessor
Returns the state of the change feed processor.
item() - Method in class com.azure.data.cosmos.CosmosItemResponse
Gets the CosmosItem
item() - Method in class com.azure.data.cosmos.sync.CosmosSyncItemResponse
Gets the CosmosItem
iterator() - Method in class com.azure.data.cosmos.SqlParameterList
 

J

JsonSerializable - Class in com.azure.data.cosmos
Represents a base resource that can be serialized to JSON in the Azure Cosmos DB database service.
JsonSerializable() - Constructor for class com.azure.data.cosmos.JsonSerializable
 
JsonSerializable(String) - Constructor for class com.azure.data.cosmos.JsonSerializable
Constructor.

K

key() - Method in class com.azure.data.cosmos.CosmosClientBuilder
Gets either a master or readonly key used to perform authentication for accessing resource.
key() - Method in class com.azure.data.cosmos.CosmosKeyCredential
Returns the key stored in Cosmos Key Credential
key(String) - Method in class com.azure.data.cosmos.CosmosClientBuilder
Sets either a master or readonly key used to perform authentication for accessing resource.
key(String) - Method in class com.azure.data.cosmos.CosmosKeyCredential
Sets the key to be used in CosmosKeyCredential
keyHashCode() - Method in class com.azure.data.cosmos.CosmosKeyCredential
CosmosKeyCredential stores the computed hashcode of the key for performance improvements.
kind() - Method in class com.azure.data.cosmos.Index
Gets index kind.
kind() - Method in class com.azure.data.cosmos.PartitionKeyDefinition
Sets the partition algorithm used to calculate the partition id given a partition key.
kind(PartitionKind) - Method in class com.azure.data.cosmos.PartitionKeyDefinition
Sets the partition algorithm used to calculate the partition id given a partition key.

L

LAST_WRITER_WINS - com.azure.data.cosmos.ConflictResolutionMode
Last writer wins conflict resolution mode Setting the ConflictResolutionMode to "LAST_WRITER_WINS" indicates that conflict resolution should be done by inspecting a field in the conflicting documents and picking the document which has the higher value in that path.
lastIndexOf(Object) - Method in class com.azure.data.cosmos.SqlParameterList
 
LAZY - com.azure.data.cosmos.IndexingMode
Index is updated asynchronously with respect to a create or update operation.
leaseAcquireInterval() - Method in class com.azure.data.cosmos.ChangeFeedProcessorOptions
Gets the interval to kick off a task to compute if partitions are distributed evenly among known host instances.
leaseAcquireInterval(Duration) - Method in class com.azure.data.cosmos.ChangeFeedProcessorOptions
Sets he interval to kick off a task to compute if partitions are distributed evenly among known host instances.
leaseContainer(CosmosContainer) - Method in interface com.azure.data.cosmos.ChangeFeedProcessor.BuilderDefinition
Sets an existing CosmosContainer to be used to read from the leases collection.
leaseExpirationInterval() - Method in class com.azure.data.cosmos.ChangeFeedProcessorOptions
Gets the interval for which the lease is taken on a lease representing a partition.
leaseExpirationInterval(Duration) - Method in class com.azure.data.cosmos.ChangeFeedProcessorOptions
Sets the interval for which the lease is taken on a lease representing a partition.
leasePrefix() - Method in class com.azure.data.cosmos.ChangeFeedProcessorOptions
Gets a prefix to be used as part of the lease ID.
leasePrefix(String) - Method in class com.azure.data.cosmos.ChangeFeedProcessorOptions
Sets a prefix to be used as part of the lease ID.
leaseRenewInterval() - Method in class com.azure.data.cosmos.ChangeFeedProcessorOptions
Gets the renew interval for all leases for partitions currently held by ChangeFeedProcessor instance.
leaseRenewInterval(Duration) - Method in class com.azure.data.cosmos.ChangeFeedProcessorOptions
Sets the renew interval for all leases for partitions currently held by ChangeFeedProcessor instance.
LINE_STRING - com.azure.data.cosmos.DataType
Represents a line string data type.
LINE_STRING - com.azure.data.cosmos.SpatialType
Represent a line string data type.
listIterator() - Method in class com.azure.data.cosmos.SqlParameterList
 
listIterator(int) - Method in class com.azure.data.cosmos.SqlParameterList
 
LockedException - Exception in com.azure.data.cosmos
While this class is public, but it is not part of our published public APIs.
LockedException(CosmosError, long, String, Map<String, String>) - Constructor for exception com.azure.data.cosmos.LockedException
 
LockedException(String, HttpHeaders, String) - Constructor for exception com.azure.data.cosmos.LockedException
 

M

maxBufferedItemCount() - Method in class com.azure.data.cosmos.FeedOptions
Gets the maximum number of items that can be buffered client side during parallel query execution.
maxBufferedItemCount(int) - Method in class com.azure.data.cosmos.FeedOptions
Sets the maximum number of items that can be buffered client side during parallel query execution.
maxDegreeOfParallelism() - Method in class com.azure.data.cosmos.FeedOptions
Gets the number of concurrent operations run client side during parallel query execution.
maxDegreeOfParallelism(int) - Method in class com.azure.data.cosmos.FeedOptions
Sets the number of concurrent operations run client side during parallel query execution.
maxItemCount() - Method in class com.azure.data.cosmos.ChangeFeedOptions
Gets the maximum number of items to be returned in the enumeration operation.
maxItemCount() - Method in class com.azure.data.cosmos.ChangeFeedProcessorOptions
Gets the maximum number of items to be returned in the enumeration operation in the Azure Cosmos DB service.
maxItemCount() - Method in class com.azure.data.cosmos.FeedOptions
Gets the maximum number of items to be returned in the enumeration operation.
maxItemCount(int) - Method in class com.azure.data.cosmos.ChangeFeedProcessorOptions
Sets the maximum number of items to be returned in the enumeration operation.
maxItemCount(Integer) - Method in class com.azure.data.cosmos.ChangeFeedOptions
Sets the maximum number of items to be returned in the enumeration operation.
maxItemCount(Integer) - Method in class com.azure.data.cosmos.FeedOptions
Sets the maximum number of items to be returned in the enumeration operation.
maxPoolSize() - Method in class com.azure.data.cosmos.ConnectionPolicy
Gets the value of the connection pool size the client is using.
maxPoolSize(int) - Method in class com.azure.data.cosmos.ConnectionPolicy
Sets the value of the connection pool size, the default is 1000.
maxResourceQuota() - Method in class com.azure.data.cosmos.CosmosResponse
Gets the maximum size limit for this entity (in megabytes (MB) for server resources and in count for master resources).
maxResourceQuota() - Method in class com.azure.data.cosmos.FeedResponse
Gets the maximum size limit for this entity from the Azure Cosmos DB service.
maxResourceQuota() - Method in class com.azure.data.cosmos.sync.CosmosSyncResponse
Gets the maximum size limit for this entity (in megabytes (MB) for server resources and in count for master resources).
maxRetryAttemptsOnThrottledRequests() - Method in class com.azure.data.cosmos.RetryOptions
Gets the maximum number of retries in the case where the request fails because the service has applied rate limiting on the client.
maxRetryAttemptsOnThrottledRequests(int) - Method in class com.azure.data.cosmos.RetryOptions
Sets the maximum number of retries in the case where the request fails because the service has applied rate limiting on the client.
maxRetryWaitTimeInSeconds() - Method in class com.azure.data.cosmos.RetryOptions
Gets the maximum retry time in seconds.
maxRetryWaitTimeInSeconds(int) - Method in class com.azure.data.cosmos.RetryOptions
Sets the maximum retry time in seconds.
maxScaleCount() - Method in class com.azure.data.cosmos.ChangeFeedProcessorOptions
Gets the maximum number of partitions the host can serve.
maxScaleCount(int) - Method in class com.azure.data.cosmos.ChangeFeedProcessorOptions
Sets the maximum number of partitions the host can serve.
maxStalenessIntervalInSeconds() - Method in class com.azure.data.cosmos.ConsistencyPolicy
Gets the in bounded staleness consistency, the maximum allowed staleness in terms time interval.
maxStalenessIntervalInSeconds(int) - Method in class com.azure.data.cosmos.ConsistencyPolicy
Sets the in bounded staleness consistency, the maximum allowed staleness in terms time interval.
maxStalenessPrefix() - Method in class com.azure.data.cosmos.ConsistencyPolicy
Gets the bounded staleness consistency, the maximum allowed staleness in terms difference in sequence numbers (aka version).
maxStalenessPrefix(int) - Method in class com.azure.data.cosmos.ConsistencyPolicy
Sets the bounded staleness consistency, the maximum allowed staleness in terms difference in sequence numbers (aka version).
message() - Method in exception com.azure.data.cosmos.CosmosClientException
Gets the activity ID associated with the request.
MethodNotAllowedException - Exception in com.azure.data.cosmos
 
MethodNotAllowedException(CosmosError, long, String, Map<String, String>) - Constructor for exception com.azure.data.cosmos.MethodNotAllowedException
 
MethodNotAllowedException(String, Exception, HttpHeaders, String) - Constructor for exception com.azure.data.cosmos.MethodNotAllowedException
 
minScaleCount() - Method in class com.azure.data.cosmos.ChangeFeedProcessorOptions
Gets the minimum partition count for the host.
minScaleCount(int) - Method in class com.azure.data.cosmos.ChangeFeedProcessorOptions
Sets the minimum partition count for the host.
mode() - Method in class com.azure.data.cosmos.ConflictResolutionPolicy
Gets the ConflictResolutionMode in the Azure Cosmos DB service.
MULTI_POLYGON - com.azure.data.cosmos.DataType
Represent a multi-polygon data type.
MULTI_POLYGON - com.azure.data.cosmos.SpatialType
Represent a multi-polygon data type.

N

name() - Method in class com.azure.data.cosmos.DatabaseAccountLocation
Gets The name of the database account location.
name() - Method in class com.azure.data.cosmos.SqlParameter
Gets the name of the parameter.
name(String) - Method in class com.azure.data.cosmos.SqlParameter
Sets the name of the parameter.
None - Static variable in class com.azure.data.cosmos.PartitionKey
 
NONE - com.azure.data.cosmos.IndexingMode
No index is provided.
NONE - com.azure.data.cosmos.SerializationFormattingPolicy
No additional formatting required.
NotFoundException - Exception in com.azure.data.cosmos
While this class is public, but it is not part of our published public APIs.
NotFoundException() - Constructor for exception com.azure.data.cosmos.NotFoundException
 
NotFoundException(CosmosError, long, String, Map<String, String>) - Constructor for exception com.azure.data.cosmos.NotFoundException
 
NotFoundException(String) - Constructor for exception com.azure.data.cosmos.NotFoundException
 
NotFoundException(String, HttpHeaders, URI) - Constructor for exception com.azure.data.cosmos.NotFoundException
 
NotFoundException(String, Map<String, String>, String) - Constructor for exception com.azure.data.cosmos.NotFoundException
 
NUMBER - com.azure.data.cosmos.DataType
Represents a numeric data type.

O

Offer - com.azure.data.cosmos.CosmosResourceType
 
operationKind() - Method in class com.azure.data.cosmos.CosmosConflictProperties
Gets the operation kind.
options(ChangeFeedProcessorOptions) - Method in interface com.azure.data.cosmos.ChangeFeedProcessor.BuilderDefinition
Sets the ChangeFeedProcessorOptions to be used.
order() - Method in class com.azure.data.cosmos.CompositePath
Gets the sort order for the composite path.
order(CompositePathSortOrder) - Method in class com.azure.data.cosmos.CompositePath
Gets the sort order for the composite path.

P

parameters() - Method in class com.azure.data.cosmos.SqlQuerySpec
Gets the collection of query parameters.
parameters(SqlParameterList) - Method in class com.azure.data.cosmos.SqlQuerySpec
Sets the collection of query parameters.
PartitionIsMigratingException - Exception in com.azure.data.cosmos
While this class is public, but it is not part of our published public APIs.
PartitionIsMigratingException() - Constructor for exception com.azure.data.cosmos.PartitionIsMigratingException
 
PartitionIsMigratingException(CosmosError, long, String, Map<String, String>) - Constructor for exception com.azure.data.cosmos.PartitionIsMigratingException
 
PartitionIsMigratingException(String, HttpHeaders, String) - Constructor for exception com.azure.data.cosmos.PartitionIsMigratingException
 
partitionKey() - Method in class com.azure.data.cosmos.ChangeFeedOptions
Gets the partition key used to identify the current request's target partition.
partitionKey() - Method in class com.azure.data.cosmos.CosmosItemRequestOptions
Gets the partition key
partitionKey() - Method in class com.azure.data.cosmos.CosmosStoredProcedureRequestOptions
Gets the partition key used to identify the current request's target partition.
partitionKey() - Method in class com.azure.data.cosmos.FeedOptions
Gets the partition key used to identify the current request's target partition.
partitionKey() - Method in class com.azure.data.cosmos.sync.CosmosSyncItem
Partition key object.
partitionKey(PartitionKey) - Method in class com.azure.data.cosmos.ChangeFeedOptions
Sets the partition key used to identify the current request's target partition.
partitionKey(PartitionKey) - Method in class com.azure.data.cosmos.CosmosItemRequestOptions
Sets the partition key
partitionKey(PartitionKey) - Method in class com.azure.data.cosmos.CosmosStoredProcedureRequestOptions
Sets the partition key used to identify the current request's target partition.
partitionKey(PartitionKey) - Method in class com.azure.data.cosmos.FeedOptions
Sets the partition key used to identify the current request's target partition.
PartitionKey - Class in com.azure.data.cosmos
Represents a partition key value in the Azure Cosmos DB database service.
PartitionKey(Object) - Constructor for class com.azure.data.cosmos.PartitionKey
Constructor.
partitionKeyDefinition() - Method in class com.azure.data.cosmos.CosmosContainerProperties
Gets the containers's partition key definition.
partitionKeyDefinition(PartitionKeyDefinition) - Method in class com.azure.data.cosmos.CosmosContainerProperties
Sets the containers's partition key definition.
PartitionKeyDefinition - Class in com.azure.data.cosmos
Represents a partition key definition in the Azure Cosmos DB database service.
PartitionKeyDefinition() - Constructor for class com.azure.data.cosmos.PartitionKeyDefinition
Constructor.
PartitionKeyDefinitionVersion - Enum in com.azure.data.cosmos
Partitioning version.
PartitionKeyRangeGoneException - Exception in com.azure.data.cosmos
This exception is thrown when DocumentServiceRequest contains x-ms-documentdb-partitionkeyrangeid header and such range id doesn't exist.
PartitionKeyRangeGoneException() - Constructor for exception com.azure.data.cosmos.PartitionKeyRangeGoneException
 
PartitionKeyRangeGoneException(CosmosError, long, String, Map<String, String>) - Constructor for exception com.azure.data.cosmos.PartitionKeyRangeGoneException
 
PartitionKeyRangeGoneException(String) - Constructor for exception com.azure.data.cosmos.PartitionKeyRangeGoneException
 
PartitionKeyRangeGoneException(String, HttpHeaders, String) - Constructor for exception com.azure.data.cosmos.PartitionKeyRangeGoneException
 
PartitionKeyRangeIsSplittingException - Exception in com.azure.data.cosmos
While this class is public, but it is not part of our published public APIs.
PartitionKeyRangeIsSplittingException() - Constructor for exception com.azure.data.cosmos.PartitionKeyRangeIsSplittingException
 
PartitionKeyRangeIsSplittingException(CosmosError, long, String, Map<String, String>) - Constructor for exception com.azure.data.cosmos.PartitionKeyRangeIsSplittingException
 
PartitionKeyRangeIsSplittingException(String, HttpHeaders, String) - Constructor for exception com.azure.data.cosmos.PartitionKeyRangeIsSplittingException
 
PartitionKind - Enum in com.azure.data.cosmos
Specifies the partition scheme for an multiple-partitioned collection in the Azure Cosmos DB database service.
path() - Method in class com.azure.data.cosmos.CompositePath
Gets path.
path() - Method in class com.azure.data.cosmos.ExcludedPath
Gets path.
path() - Method in class com.azure.data.cosmos.IncludedPath
Gets path.
path() - Method in class com.azure.data.cosmos.SpatialSpec
Gets path.
path(String) - Method in class com.azure.data.cosmos.CompositePath
Sets path.
path(String) - Method in class com.azure.data.cosmos.ExcludedPath
Sets path.
path(String) - Method in class com.azure.data.cosmos.IncludedPath
Sets path.
path(String) - Method in class com.azure.data.cosmos.SpatialSpec
Sets path.
paths() - Method in class com.azure.data.cosmos.PartitionKeyDefinition
Gets the document property paths for the partition key.
paths() - Method in class com.azure.data.cosmos.UniqueKey
Gets the paths, a set of which must be unique for each document in the Azure Cosmos DB service.
paths(List<String>) - Method in class com.azure.data.cosmos.PartitionKeyDefinition
Sets the document property paths for the partition key.
paths(List<String>) - Method in class com.azure.data.cosmos.UniqueKey
Sets the paths, a set of which must be unique for each document in the Azure Cosmos DB service.
permission() - Method in class com.azure.data.cosmos.CosmosPermissionResponse
Gets the CosmosPermission
Permission - com.azure.data.cosmos.CosmosResourceType
 
permissionMode() - Method in class com.azure.data.cosmos.CosmosPermissionProperties
Gets the permission mode.
permissionMode(PermissionMode) - Method in class com.azure.data.cosmos.CosmosPermissionProperties
Sets the permission mode.
PermissionMode - Enum in com.azure.data.cosmos
Enumeration specifying applicability of permission in the Azure Cosmos DB database service.
permissionQuota() - Method in class com.azure.data.cosmos.FeedResponse
Gets the maximum quota for permission resources within an account from the Azure Cosmos DB service.
permissions() - Method in class com.azure.data.cosmos.CosmosClientBuilder
Gets the permission list, which contains the resource tokens needed to access resources.
permissions(List<Permission>) - Method in class com.azure.data.cosmos.CosmosClientBuilder
Sets the permission list, which contains the resource tokens needed to access resources.
permissionUsage() - Method in class com.azure.data.cosmos.FeedResponse
Gets the current number of permission resources within the account from the Azure Cosmos DB service.
POINT - com.azure.data.cosmos.DataType
Represent a point data type.
POINT - com.azure.data.cosmos.SpatialType
Represent a point data type.
POLYGON - com.azure.data.cosmos.DataType
Represent a polygon data type.
POLYGON - com.azure.data.cosmos.SpatialType
Represent a polygon data type.
populateQueryMetrics() - Method in class com.azure.data.cosmos.FeedOptions
Gets the option to enable populate query metrics
populateQueryMetrics(boolean) - Method in class com.azure.data.cosmos.FeedOptions
Sets the option to enable/disable getting metrics relating to query execution on document query requests
populateQuotaInfo() - Method in class com.azure.data.cosmos.CosmosContainerRequestOptions
Gets the PopulateQuotaInfo setting for cosmos container read requests in the Azure Cosmos DB database service.
populateQuotaInfo(boolean) - Method in class com.azure.data.cosmos.CosmosContainerRequestOptions
Sets the PopulateQuotaInfo setting for cosmos container read requests in the Azure Cosmos DB database service.
POST - com.azure.data.cosmos.TriggerType
Trigger should be executed after the associated operation(s).
postTriggerInclude() - Method in class com.azure.data.cosmos.CosmosItemRequestOptions
Gets the triggers to be invoked after the operation.
postTriggerInclude(List<String>) - Method in class com.azure.data.cosmos.CosmosItemRequestOptions
Sets the triggers to be invoked after the operation.
PRE - com.azure.data.cosmos.TriggerType
Trigger should be executed before the associated operation(s).
precision() - Method in class com.azure.data.cosmos.HashIndex
Gets precision.
precision() - Method in class com.azure.data.cosmos.RangeIndex
Gets precision.
precision(int) - Method in class com.azure.data.cosmos.HashIndex
Sets precision.
precision(int) - Method in class com.azure.data.cosmos.RangeIndex
Sets precision.
PreconditionFailedException - Exception in com.azure.data.cosmos
While this class is public, but it is not part of our published public APIs.
PreconditionFailedException(CosmosError, long, String, Map<String, String>) - Constructor for exception com.azure.data.cosmos.PreconditionFailedException
 
PreconditionFailedException(String, HttpHeaders, String) - Constructor for exception com.azure.data.cosmos.PreconditionFailedException
 
preferredLocations() - Method in class com.azure.data.cosmos.ConnectionPolicy
Gets the preferred locations for geo-replicated database accounts
preferredLocations(List<String>) - Method in class com.azure.data.cosmos.ConnectionPolicy
Sets the preferred locations for geo-replicated database accounts.
preTriggerInclude() - Method in class com.azure.data.cosmos.CosmosItemRequestOptions
Gets the triggers to be invoked before the operation.
preTriggerInclude(List<String>) - Method in class com.azure.data.cosmos.CosmosItemRequestOptions
Sets the triggers to be invoked before the operation.
properties() - Method in class com.azure.data.cosmos.ChangeFeedOptions
Gets the properties
properties() - Method in class com.azure.data.cosmos.CosmosConflictResponse
Get conflict properties object representing the resource on the server
properties() - Method in class com.azure.data.cosmos.CosmosContainerResponse
Gets the container properties
properties() - Method in class com.azure.data.cosmos.CosmosDatabaseResponse
Gets the cosmos database properties
properties() - Method in class com.azure.data.cosmos.CosmosItemResponse
Gets the itemSettings
properties() - Method in class com.azure.data.cosmos.CosmosPermissionResponse
Get the permission properties
properties() - Method in class com.azure.data.cosmos.CosmosStoredProcedureResponse
Gets the stored procedure properties
properties() - Method in class com.azure.data.cosmos.CosmosTriggerResponse
Gets the cosmos trigger properties or null
properties() - Method in class com.azure.data.cosmos.CosmosUserDefinedFunctionResponse
Gets the cosmos user defined function properties
properties() - Method in class com.azure.data.cosmos.CosmosUserResponse
Gets the cosmos user properties
properties() - Method in class com.azure.data.cosmos.FeedOptions
Gets the properties
properties() - Method in class com.azure.data.cosmos.sync.CosmosSyncContainerResponse
Gets the container properties
properties() - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabaseResponse
Gets the cosmos database properties
properties() - Method in class com.azure.data.cosmos.sync.CosmosSyncItemResponse
Gets the itemSettings
properties() - Method in class com.azure.data.cosmos.sync.CosmosSyncStoredProcedureResponse
Gets cosmos stored procedure properties.
properties() - Method in class com.azure.data.cosmos.sync.CosmosSyncTriggerResponse
Gets cosmos trigger properties.
properties() - Method in class com.azure.data.cosmos.sync.CosmosSyncUserDefinedFunctionResponse
Gets cosmos user defined function properties.
properties() - Method in class com.azure.data.cosmos.sync.CosmosSyncUserResponse
Gets cosmos user properties.
properties(Map<String, Object>) - Method in class com.azure.data.cosmos.ChangeFeedOptions
Sets the properties used to identify the request token.
properties(Map<String, Object>) - Method in class com.azure.data.cosmos.FeedOptions
Sets the properties used to identify the request token.
proxy() - Method in class com.azure.data.cosmos.ConnectionPolicy
Gets the InetSocketAddress of proxy server.
proxy(String, int) - Method in class com.azure.data.cosmos.ConnectionPolicy
This will create the InetSocketAddress for proxy server, all the requests to cosmoDB will route from this address.

Q

queryChangeFeedItems(ChangeFeedOptions) - Method in class com.azure.data.cosmos.CosmosContainer
Query for documents in a items in a container After subscription the operation will be performed.
queryChangeFeedItems(ChangeFeedOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncContainer
Query change feed items iterator.
queryConflicts(String) - Method in class com.azure.data.cosmos.CosmosContainer
Queries all the conflicts in the container
queryConflicts(String, FeedOptions) - Method in class com.azure.data.cosmos.CosmosContainer
Queries all the conflicts in the container
queryContainers(SqlQuerySpec) - Method in class com.azure.data.cosmos.CosmosDatabase
Query for cosmos containers in a cosmos database.
queryContainers(SqlQuerySpec) - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Query containers iterator.
queryContainers(SqlQuerySpec, FeedOptions) - Method in class com.azure.data.cosmos.CosmosDatabase
Query for cosmos containers in a cosmos database.
queryContainers(SqlQuerySpec, FeedOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Query containers iterator.
queryContainers(String) - Method in class com.azure.data.cosmos.CosmosDatabase
Query for cosmos containers in a cosmos database.
queryContainers(String) - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Query containers iterator.
queryContainers(String, FeedOptions) - Method in class com.azure.data.cosmos.CosmosDatabase
Query for cosmos containers in a cosmos database.
queryContainers(String, FeedOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Query containers iterator.
queryDatabases(SqlQuerySpec, FeedOptions) - Method in class com.azure.data.cosmos.CosmosClient
Query for databases.
queryDatabases(SqlQuerySpec, FeedOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncClient
Query a database
queryDatabases(String, FeedOptions) - Method in class com.azure.data.cosmos.CosmosClient
Query for databases.
queryDatabases(String, FeedOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncClient
Query a database
queryItems(SqlQuerySpec) - Method in class com.azure.data.cosmos.CosmosContainer
Query for documents in a items in a container After subscription the operation will be performed.
queryItems(SqlQuerySpec, FeedOptions) - Method in class com.azure.data.cosmos.CosmosContainer
Query for documents in a items in a container After subscription the operation will be performed.
queryItems(SqlQuerySpec, FeedOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncContainer
Query items iterator.
queryItems(String) - Method in class com.azure.data.cosmos.CosmosContainer
Query for documents in a items in a container After subscription the operation will be performed.
queryItems(String, FeedOptions) - Method in class com.azure.data.cosmos.CosmosContainer
Query for documents in a items in a container After subscription the operation will be performed.
queryItems(String, FeedOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncContainer
Query items iterator.
queryPermissions(String) - Method in class com.azure.data.cosmos.CosmosUser
Query for permissions.
queryPermissions(String, FeedOptions) - Method in class com.azure.data.cosmos.CosmosUser
Query for permissions.
queryStoredProcedures(SqlQuerySpec, FeedOptions) - Method in class com.azure.data.cosmos.CosmosScripts
Query for stored procedures in a container.
queryStoredProcedures(SqlQuerySpec, FeedOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncScripts
Query stored procedures iterator.
queryStoredProcedures(String, FeedOptions) - Method in class com.azure.data.cosmos.CosmosScripts
Query for stored procedures in a container.
queryStoredProcedures(String, FeedOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncScripts
Query stored procedures iterator.
queryText() - Method in class com.azure.data.cosmos.SqlQuerySpec
Gets the text of the query.
queryText(String) - Method in class com.azure.data.cosmos.SqlQuerySpec
Sets the text of the query.
queryTriggers(SqlQuerySpec, FeedOptions) - Method in class com.azure.data.cosmos.CosmosScripts
Query for triggers in the container After subscription the operation will be performed.
queryTriggers(SqlQuerySpec, FeedOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncScripts
Query triggers iterator.
queryTriggers(String, FeedOptions) - Method in class com.azure.data.cosmos.CosmosScripts
Query for triggers in the container After subscription the operation will be performed.
queryTriggers(String, FeedOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncScripts
Query triggers iterator.
queryUserDefinedFunctions(SqlQuerySpec, FeedOptions) - Method in class com.azure.data.cosmos.CosmosScripts
Query for user defined functions in the container.
queryUserDefinedFunctions(SqlQuerySpec, FeedOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncScripts
Query user defined functions iterator.
queryUserDefinedFunctions(String, FeedOptions) - Method in class com.azure.data.cosmos.CosmosScripts
Query for user defined functions in the container.
queryUserDefinedFunctions(String, FeedOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncScripts
Query user defined functions iterator.
queryUsers(SqlQuerySpec) - Method in class com.azure.data.cosmos.CosmosDatabase
Query for cosmos users in a database.
queryUsers(SqlQuerySpec) - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Query users iterator.
queryUsers(SqlQuerySpec, FeedOptions) - Method in class com.azure.data.cosmos.CosmosDatabase
Query for cosmos users in a database.
queryUsers(SqlQuerySpec, FeedOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Query users iterator.
queryUsers(String) - Method in class com.azure.data.cosmos.CosmosDatabase
Query for cosmos users in a database.
queryUsers(String) - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Query users iterator.
queryUsers(String, FeedOptions) - Method in class com.azure.data.cosmos.CosmosDatabase
Query for cosmos users in a database.
queryUsers(String, FeedOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Query users iterator.

R

Range(DataType) - Static method in class com.azure.data.cosmos.Index
Returns an instance of RangeIndex class with specified DataType.
Range(DataType, int) - Static method in class com.azure.data.cosmos.Index
Returns an instance of RangeIndex class with specified DataType and precision.
RANGE - com.azure.data.cosmos.IndexKind
 
RangeIndex - Class in com.azure.data.cosmos
Represents a range index in the Azure Cosmos DB database service.
RangeIndex(DataType) - Constructor for class com.azure.data.cosmos.RangeIndex
Initializes a new instance of the RangeIndex class with specified DataType.
RangeIndex(DataType, int) - Constructor for class com.azure.data.cosmos.RangeIndex
Initializes a new instance of the RangeIndex class with specified DataType and precision.
read() - Method in class com.azure.data.cosmos.CosmosContainer
Reads the document container After subscription the operation will be performed.
read() - Method in class com.azure.data.cosmos.CosmosDatabase
Reads a database.
read() - Method in class com.azure.data.cosmos.CosmosItem
Reads an item.
read() - Method in class com.azure.data.cosmos.CosmosStoredProcedure
Read a stored procedure by the stored procedure link.
read() - Method in class com.azure.data.cosmos.CosmosTrigger
Reads a cosmos trigger by the trigger link.
read() - Method in class com.azure.data.cosmos.CosmosUser
Reads a cosmos user
read() - Method in class com.azure.data.cosmos.CosmosUserDefinedFunction
Read a user defined function.
read() - Method in class com.azure.data.cosmos.sync.CosmosSyncContainer
Read cosmos sync container response.
read() - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Reads a database
read() - Method in class com.azure.data.cosmos.sync.CosmosSyncStoredProcedure
Read cosmos sync stored procedure.
read() - Method in class com.azure.data.cosmos.sync.CosmosSyncTrigger
Read cosmos trigger.
read() - Method in class com.azure.data.cosmos.sync.CosmosSyncUser
Read cosmos user
read() - Method in class com.azure.data.cosmos.sync.CosmosSyncUserDefinedFunction
Read cosmos user defined function.
read(CosmosConflictRequestOptions) - Method in class com.azure.data.cosmos.CosmosConflict
Reads a conflict.
read(CosmosContainerRequestOptions) - Method in class com.azure.data.cosmos.CosmosContainer
Reads the document container by the container link.
read(CosmosContainerRequestOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncContainer
Read cosmos sync container response.
read(CosmosDatabaseRequestOptions) - Method in class com.azure.data.cosmos.CosmosDatabase
Reads a database.
read(CosmosDatabaseRequestOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Reads a database.
read(CosmosItemRequestOptions) - Method in class com.azure.data.cosmos.CosmosItem
Reads an item.
read(CosmosItemRequestOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncItem
Read cosmos sync item response.
read(CosmosStoredProcedureRequestOptions) - Method in class com.azure.data.cosmos.CosmosStoredProcedure
Read a stored procedure by the stored procedure link.
read(CosmosStoredProcedureRequestOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncStoredProcedure
Read cosmos sync stored procedure.
read(RequestOptions) - Method in class com.azure.data.cosmos.CosmosPermission
Reads a permission.
READ - com.azure.data.cosmos.PermissionMode
Permission applicable for read operations only.
readableLocations() - Method in class com.azure.data.cosmos.DatabaseAccount
Gets the list of readable locations for this database account.
readAllConflicts(FeedOptions) - Method in class com.azure.data.cosmos.CosmosContainer
Lists all the conflicts in the container
readAllContainers() - Method in class com.azure.data.cosmos.CosmosDatabase
Reads all cosmos containers.
readAllContainers() - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Read all containers iterator.
readAllContainers(FeedOptions) - Method in class com.azure.data.cosmos.CosmosDatabase
Reads all cosmos containers.
readAllContainers(FeedOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Read all containers iterator.
readAllDatabases() - Method in class com.azure.data.cosmos.CosmosClient
Reads all databases.
readAllDatabases() - Method in class com.azure.data.cosmos.sync.CosmosSyncClient
Reads all databases.
readAllDatabases(FeedOptions) - Method in class com.azure.data.cosmos.CosmosClient
Reads all databases.
readAllDatabases(FeedOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncClient
Reads all databases.
readAllItems() - Method in class com.azure.data.cosmos.CosmosContainer
Reads all cosmos items in the container.
readAllItems(FeedOptions) - Method in class com.azure.data.cosmos.CosmosContainer
Reads all cosmos items in a container.
readAllItems(FeedOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncContainer
Read all items iterator.
readAllPermissions(FeedOptions) - Method in class com.azure.data.cosmos.CosmosUser
Reads all permissions.
readAllStoredProcedures(FeedOptions) - Method in class com.azure.data.cosmos.CosmosScripts
Reads all cosmos stored procedures in a container.
readAllStoredProcedures(FeedOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncScripts
Read all stored procedures iterator.
readAllTriggers(FeedOptions) - Method in class com.azure.data.cosmos.CosmosScripts
Reads all triggers in a container After subscription the operation will be performed.
readAllTriggers(FeedOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncScripts
Read all triggers iterator.
readAllUserDefinedFunctions(FeedOptions) - Method in class com.azure.data.cosmos.CosmosScripts
Reads all cosmos user defined functions in the container After subscription the operation will be performed.
readAllUserDefinedFunctions(FeedOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncScripts
Read all user defined functions iterator.
readAllUsers() - Method in class com.azure.data.cosmos.CosmosDatabase
Reads all cosmos users in a database.
readAllUsers() - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Read all users iterator.
readAllUsers(FeedOptions) - Method in class com.azure.data.cosmos.CosmosDatabase
Reads all cosmos users in a database.
readAllUsers(FeedOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Read all users iterator.
readDatabaseAccount() - Method in class com.azure.data.cosmos.CosmosClient
 
readMinThroughput() - Method in class com.azure.data.cosmos.CosmosContainer
Gets the min throughput to which this container can be scaled down to
readProvisionedThroughput() - Method in class com.azure.data.cosmos.CosmosContainer
Gets the throughput of the container
readProvisionedThroughput() - Method in class com.azure.data.cosmos.CosmosDatabase
Gets the throughput of the database
readProvisionedThroughput() - Method in class com.azure.data.cosmos.sync.CosmosSyncContainer
Read provisioned throughput integer.
readProvisionedThroughput() - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Read provisioned throughput integer.
remove(int) - Method in class com.azure.data.cosmos.SqlParameterList
 
remove(Object) - Method in class com.azure.data.cosmos.SqlParameterList
 
removeAll(Collection<?>) - Method in class com.azure.data.cosmos.SqlParameterList
 
replace(CosmosContainerProperties) - Method in class com.azure.data.cosmos.CosmosContainer
Replaces a document container.
replace(CosmosContainerProperties) - Method in class com.azure.data.cosmos.sync.CosmosSyncContainer
Replace cosmos sync container response.
replace(CosmosContainerProperties, CosmosContainerRequestOptions) - Method in class com.azure.data.cosmos.CosmosContainer
Replaces a document container.
replace(CosmosContainerProperties, CosmosContainerRequestOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncContainer
Replace cosmos sync container response.
replace(CosmosPermissionProperties, RequestOptions) - Method in class com.azure.data.cosmos.CosmosPermission
Replaces a permission.
replace(CosmosStoredProcedureProperties) - Method in class com.azure.data.cosmos.CosmosStoredProcedure
Replaces a stored procedure.
replace(CosmosStoredProcedureProperties) - Method in class com.azure.data.cosmos.sync.CosmosSyncStoredProcedure
Replace cosmos sync stored procedure.
replace(CosmosStoredProcedureProperties, CosmosStoredProcedureRequestOptions) - Method in class com.azure.data.cosmos.CosmosStoredProcedure
Replaces a stored procedure.
replace(CosmosStoredProcedureProperties, CosmosStoredProcedureRequestOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncStoredProcedure
Replace cosmos sync stored procedure.
replace(CosmosTriggerProperties) - Method in class com.azure.data.cosmos.CosmosTrigger
Replaces a cosmos trigger.
replace(CosmosTriggerProperties) - Method in class com.azure.data.cosmos.sync.CosmosSyncTrigger
Replace cosmos trigger.
replace(CosmosUserDefinedFunctionProperties) - Method in class com.azure.data.cosmos.CosmosUserDefinedFunction
Replaces a cosmos user defined function.
replace(CosmosUserDefinedFunctionProperties) - Method in class com.azure.data.cosmos.sync.CosmosSyncUserDefinedFunction
Replace cosmos user defined function.
replace(CosmosUserProperties) - Method in class com.azure.data.cosmos.CosmosUser
REPLACE a cosmos user
replace(CosmosUserProperties) - Method in class com.azure.data.cosmos.sync.CosmosSyncUser
Replace cosmos user.
replace(Object) - Method in class com.azure.data.cosmos.CosmosItem
Replaces an item with the passed in item.
replace(Object, CosmosItemRequestOptions) - Method in class com.azure.data.cosmos.CosmosItem
Replaces an item with the passed in item.
replace(Object, CosmosItemRequestOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncItem
Replace cosmos sync item response.
REPLACE - com.azure.data.cosmos.TriggerOperation
REPLACE operations only.
replaceProvisionedThroughput(int) - Method in class com.azure.data.cosmos.CosmosContainer
Sets throughput provisioned for a container in measurement of Requests-per-Unit in the Azure Cosmos service.
replaceProvisionedThroughput(int) - Method in class com.azure.data.cosmos.CosmosDatabase
Sets throughput provisioned for a container in measurement of Requests-per-Unit in the Azure Cosmos service.
replaceProvisionedThroughput(int) - Method in class com.azure.data.cosmos.sync.CosmosSyncContainer
Replace provisioned throughput integer.
replaceProvisionedThroughput(int) - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Replace provisioned throughput integer.
requestCharge() - Method in class com.azure.data.cosmos.CosmosResponse
Gets the number of index paths (terms) generated by the operation.
requestCharge() - Method in class com.azure.data.cosmos.CosmosStoredProcedureResponse
Gets the number of index paths (terms) generated by the operation.
requestCharge() - Method in class com.azure.data.cosmos.FeedResponse
Gets the number of index paths (terms) generated by the operation.
requestCharge() - Method in class com.azure.data.cosmos.sync.CosmosSyncResponse
Gets the number of index paths (terms) generated by the operation.
requestCharge() - Method in class com.azure.data.cosmos.sync.CosmosSyncStoredProcedureResponse
 
requestContinuation() - Method in class com.azure.data.cosmos.ChangeFeedOptions
Gets the request continuation token.
requestContinuation() - Method in class com.azure.data.cosmos.FeedOptions
Gets the request continuation token.
requestContinuation(String) - Method in class com.azure.data.cosmos.ChangeFeedOptions
Sets the request continuation token.
requestContinuation(String) - Method in class com.azure.data.cosmos.FeedOptions
Sets the request continuation token.
RequestEntityTooLargeException - Exception in com.azure.data.cosmos
While this class is public, but it is not part of our published public APIs.
RequestEntityTooLargeException(CosmosError, long, String, Map<String, String>) - Constructor for exception com.azure.data.cosmos.RequestEntityTooLargeException
 
RequestEntityTooLargeException(String, HttpHeaders, String) - Constructor for exception com.azure.data.cosmos.RequestEntityTooLargeException
 
requestLatency() - Method in class com.azure.data.cosmos.CosmosResponse
Gets the end-to-end request latency for the current request to Azure Cosmos DB service.
requestLatency() - Method in class com.azure.data.cosmos.CosmosResponseDiagnostics
Retrieves latency related to the completion of the request
requestLatency() - Method in class com.azure.data.cosmos.sync.CosmosSyncResponse
Gets the end-to-end request latency for the current request to Azure Cosmos DB service.
RequestRateTooLargeException - Exception in com.azure.data.cosmos
 
RequestRateTooLargeException() - Constructor for exception com.azure.data.cosmos.RequestRateTooLargeException
 
RequestRateTooLargeException(CosmosError, long, String, Map<String, String>) - Constructor for exception com.azure.data.cosmos.RequestRateTooLargeException
 
RequestRateTooLargeException(String, HttpHeaders, URI) - Constructor for exception com.azure.data.cosmos.RequestRateTooLargeException
 
RequestTimeoutException - Exception in com.azure.data.cosmos
 
RequestTimeoutException() - Constructor for exception com.azure.data.cosmos.RequestTimeoutException
 
RequestTimeoutException(CosmosError, long, String, Map<String, String>) - Constructor for exception com.azure.data.cosmos.RequestTimeoutException
 
RequestTimeoutException(String, HttpHeaders, URI) - Constructor for exception com.azure.data.cosmos.RequestTimeoutException
 
RequestTimeoutException(String, URI) - Constructor for exception com.azure.data.cosmos.RequestTimeoutException
 
requestTimeoutInMillis() - Method in class com.azure.data.cosmos.ConnectionPolicy
Gets the request timeout (time to wait for response from network peer) in milliseconds.
requestTimeoutInMillis(int) - Method in class com.azure.data.cosmos.ConnectionPolicy
Sets the request timeout (time to wait for response from network peer) in milliseconds.
Resource - Class in com.azure.data.cosmos
Represents the base resource in the Azure Cosmos DB database service.
Resource() - Constructor for class com.azure.data.cosmos.Resource
Constructor.
Resource(Resource) - Constructor for class com.azure.data.cosmos.Resource
Copy constructor.
Resource(String) - Constructor for class com.azure.data.cosmos.Resource
Constructor.
resourceId() - Method in class com.azure.data.cosmos.Resource
Gets the ID associated with the resource.
resourceId(String) - Method in class com.azure.data.cosmos.Resource
Set the ID associated with the resource.
resourceLink() - Method in class com.azure.data.cosmos.CosmosPermissionProperties
Gets the self-link of resource to which the permission applies.
resourceLink(String) - Method in class com.azure.data.cosmos.CosmosPermissionProperties
Sets the self-link of resource to which the permission applies.
resourcePartitionKey(PartitionKey) - Method in class com.azure.data.cosmos.CosmosPermissionProperties
Sets the resource partition key associated with this permission object.
resourceToken() - Method in class com.azure.data.cosmos.CosmosClientBuilder
Sets a resource token used to perform authentication for accessing resource.
resourceToken(String) - Method in class com.azure.data.cosmos.CosmosClientBuilder
Sets a resource token used to perform authentication for accessing resource.
resourceType() - Method in class com.azure.data.cosmos.CosmosConflictProperties
Gets the type of the conflicting resource.
responseAsString() - Method in class com.azure.data.cosmos.CosmosStoredProcedureResponse
Gets the response of the stored procedure as a string.
responseAsString() - Method in class com.azure.data.cosmos.sync.CosmosSyncStoredProcedureResponse
Response as string string.
responseContinuationTokenLimitInKb() - Method in class com.azure.data.cosmos.FeedOptions
Gets the ResponseContinuationTokenLimitInKb request option for document query requests in the Azure Cosmos DB service.
responseContinuationTokenLimitInKb(int) - Method in class com.azure.data.cosmos.FeedOptions
Sets the ResponseContinuationTokenLimitInKb request option for document query requests in the Azure Cosmos DB service.
responseHeaders() - Method in exception com.azure.data.cosmos.CosmosClientException
Gets the response headers as key-value pairs
responseHeaders() - Method in class com.azure.data.cosmos.CosmosResponse
Gets the headers associated with the response.
responseHeaders() - Method in class com.azure.data.cosmos.FeedResponse
Gets the response headers.
responseHeaders() - Method in class com.azure.data.cosmos.sync.CosmosSyncResponse
Gets the headers associated with the response.
results() - Method in class com.azure.data.cosmos.FeedResponse
Results.
retainAll(Collection<?>) - Method in class com.azure.data.cosmos.SqlParameterList
 
retryAfterInMilliseconds() - Method in exception com.azure.data.cosmos.CosmosClientException
Gets the recommended time interval after which the client can retry failed requests
retryOptions() - Method in class com.azure.data.cosmos.ConnectionPolicy
Gets the retry policy options associated with the DocumentClient instance.
retryOptions(RetryOptions) - Method in class com.azure.data.cosmos.ConnectionPolicy
Sets the retry policy options associated with the DocumentClient instance.
RetryOptions - Class in com.azure.data.cosmos
Encapsulates retry options in the Azure Cosmos DB database service.
RetryOptions() - Constructor for class com.azure.data.cosmos.RetryOptions
Creates a new instance of the RetryOptions class and initializes all properties to default values.
RetryWithException - Exception in com.azure.data.cosmos
 
RetryWithException(CosmosError, long, String, Map<String, String>) - Constructor for exception com.azure.data.cosmos.RetryWithException
 
RetryWithException(String, HttpHeaders, URI) - Constructor for exception com.azure.data.cosmos.RetryWithException
 

S

scriptLog() - Method in class com.azure.data.cosmos.CosmosStoredProcedureResponse
Gets the output from stored procedure console.log() statements.
scriptLog() - Method in class com.azure.data.cosmos.sync.CosmosSyncStoredProcedureResponse
Script log string.
selfLink() - Method in class com.azure.data.cosmos.Resource
Get the self-link associated with the resource.
SerializationFormattingPolicy - Enum in com.azure.data.cosmos
The formatting policy associated with JSON serialization in the Azure Cosmos DB database service.
ServiceUnavailableException - Exception in com.azure.data.cosmos
 
ServiceUnavailableException(CosmosError, long, String, Map<String, String>) - Constructor for exception com.azure.data.cosmos.ServiceUnavailableException
 
ServiceUnavailableException(String, HttpHeaders, URI) - Constructor for exception com.azure.data.cosmos.ServiceUnavailableException
 
ServiceUnavailableException(String, Exception, HttpHeaders, String) - Constructor for exception com.azure.data.cosmos.ServiceUnavailableException
 
SESSION - com.azure.data.cosmos.ConsistencyLevel
SESSION Consistency guarantees monotonic reads (you never read old data, then new, then old again), monotonic writes (writes are ordered) and read your writes (your writes are immediately visible to your reads) within any single session.
sessionToken() - Method in class com.azure.data.cosmos.CosmosContainerRequestOptions
Gets the token for use with session consistency.
sessionToken() - Method in class com.azure.data.cosmos.CosmosItemRequestOptions
Gets the token for use with session consistency.
sessionToken() - Method in class com.azure.data.cosmos.CosmosResponse
Gets the token used for managing client's consistency requirements.
sessionToken() - Method in class com.azure.data.cosmos.CosmosStoredProcedureRequestOptions
Gets the token for use with session consistency.
sessionToken() - Method in class com.azure.data.cosmos.CosmosStoredProcedureResponse
Gets the token used for managing client's consistency requirements.
sessionToken() - Method in class com.azure.data.cosmos.FeedOptions
Gets the session token for use with session consistency.
sessionToken() - Method in class com.azure.data.cosmos.FeedResponse
Gets the session token for use in session consistency.
sessionToken() - Method in class com.azure.data.cosmos.sync.CosmosSyncResponse
Gets the token used for managing client's consistency requirements.
sessionToken() - Method in class com.azure.data.cosmos.sync.CosmosSyncStoredProcedureResponse
 
sessionToken(String) - Method in class com.azure.data.cosmos.CosmosContainerRequestOptions
Sets the token for use with session consistency.
sessionToken(String) - Method in class com.azure.data.cosmos.CosmosItemRequestOptions
Sets the token for use with session consistency.
sessionToken(String) - Method in class com.azure.data.cosmos.CosmosStoredProcedureRequestOptions
Sets the token for use with session consistency.
sessionToken(String) - Method in class com.azure.data.cosmos.FeedOptions
Sets the session token for use with session consistency.
set(int, SqlParameter) - Method in class com.azure.data.cosmos.SqlParameterList
 
setIncludedPaths(List<IncludedPath>) - Method in class com.azure.data.cosmos.IndexingPolicy
 
size() - Method in class com.azure.data.cosmos.SqlParameterList
 
Spatial(DataType) - Static method in class com.azure.data.cosmos.Index
Returns an instance of SpatialIndex class with specified DataType.
SPATIAL - com.azure.data.cosmos.IndexKind
 
spatialIndexes() - Method in class com.azure.data.cosmos.IndexingPolicy
Sets the spatial indexes for additional indexes.
spatialIndexes(List<SpatialSpec>) - Method in class com.azure.data.cosmos.IndexingPolicy
Sets the spatial indexes for additional indexes.
SpatialSpec - Class in com.azure.data.cosmos
 
SpatialSpec() - Constructor for class com.azure.data.cosmos.SpatialSpec
Constructor.
SpatialType - Enum in com.azure.data.cosmos
Defines the target data type of an index path specification in the Azure Cosmos DB service.
spatialTypes() - Method in class com.azure.data.cosmos.SpatialSpec
Gets the collection of spatial types.
spatialTypes(List<SpatialType>) - Method in class com.azure.data.cosmos.SpatialSpec
Sets the collection of spatial types.
SqlParameter - Class in com.azure.data.cosmos
Represents a SQL parameter in the SqlQuerySpec used for queries in the Azure Cosmos DB database service.
SqlParameter() - Constructor for class com.azure.data.cosmos.SqlParameter
Initializes a new instance of the SqlParameter class.
SqlParameter(String, Object) - Constructor for class com.azure.data.cosmos.SqlParameter
Initializes a new instance of the SqlParameter class with the name and value of the parameter.
SqlParameterList - Class in com.azure.data.cosmos
Represents a collection of SQL parameters to for a SQL query in the Azure Cosmos DB database service.
SqlParameterList() - Constructor for class com.azure.data.cosmos.SqlParameterList
Initializes a new instance of the SqlParameterList class.
SqlParameterList(SqlParameter...) - Constructor for class com.azure.data.cosmos.SqlParameterList
Initializes a new instance of the SqlParameterList class from an array of parameters.
SqlParameterList(Collection<SqlParameter>) - Constructor for class com.azure.data.cosmos.SqlParameterList
Initializes a new instance of the SqlParameterList class from a collection of parameters.
SqlQuerySpec - Class in com.azure.data.cosmos
Represents a SQL query in the Azure Cosmos DB database service.
SqlQuerySpec() - Constructor for class com.azure.data.cosmos.SqlQuerySpec
Initializes a new instance of the SqlQuerySpec class.
SqlQuerySpec(String) - Constructor for class com.azure.data.cosmos.SqlQuerySpec
Initializes a new instance of the SqlQuerySpec class with the text of the query.
SqlQuerySpec(String, SqlParameterList) - Constructor for class com.azure.data.cosmos.SqlQuerySpec
Initializes a new instance of the SqlQuerySpec class with the text of the query and parameters.
start() - Method in interface com.azure.data.cosmos.ChangeFeedProcessor
Start listening for changes asynchronously.
startContinuation() - Method in class com.azure.data.cosmos.ChangeFeedProcessorOptions
Gets the start request continuation token to start looking for changes after.
startContinuation(String) - Method in class com.azure.data.cosmos.ChangeFeedProcessorOptions
Sets the start request continuation token to start looking for changes after.
startDateTime() - Method in class com.azure.data.cosmos.ChangeFeedOptions
Gets the zoned date time to start looking for changes after.
startDateTime(OffsetDateTime) - Method in class com.azure.data.cosmos.ChangeFeedOptions
Sets the zoned date time (exclusive) to start looking for changes after.
startFromBeginning() - Method in class com.azure.data.cosmos.ChangeFeedOptions
Get whether change feed should start from beginning (true) or from current (false).
startFromBeginning() - Method in class com.azure.data.cosmos.ChangeFeedProcessorOptions
Gets a value indicating whether change feed in the Azure Cosmos DB service should start from beginning (true) or from current (false).
startFromBeginning(boolean) - Method in class com.azure.data.cosmos.ChangeFeedOptions
Set whether change feed should start from beginning (true) or from current (false).
startFromBeginning(boolean) - Method in class com.azure.data.cosmos.ChangeFeedProcessorOptions
Sets a value indicating whether change feed in the Azure Cosmos DB service should start from beginning.
startTime() - Method in class com.azure.data.cosmos.ChangeFeedProcessorOptions
Gets the time (exclusive) to start looking for changes after.
startTime(OffsetDateTime) - Method in class com.azure.data.cosmos.ChangeFeedProcessorOptions
Sets the time (exclusive) to start looking for changes after (UTC time).
statusCode() - Method in exception com.azure.data.cosmos.CosmosClientException
Gets the http status code.
statusCode() - Method in class com.azure.data.cosmos.CosmosResponse
Gets the HTTP status code associated with the response.
statusCode() - Method in class com.azure.data.cosmos.CosmosStoredProcedureResponse
Gets the HTTP status code associated with the response.
statusCode() - Method in class com.azure.data.cosmos.sync.CosmosSyncResponse
Gets the HTTP status code associated with the response.
statusCode() - Method in class com.azure.data.cosmos.sync.CosmosSyncStoredProcedureResponse
 
stop() - Method in interface com.azure.data.cosmos.ChangeFeedProcessor
Stops listening for changes asynchronously.
storedProcedure() - Method in class com.azure.data.cosmos.CosmosStoredProcedureResponse
Gets the stored procedure object
storedProcedure() - Method in class com.azure.data.cosmos.sync.CosmosSyncStoredProcedureResponse
Gets cosmos sync stored procedure.
StoredProcedure - com.azure.data.cosmos.CosmosResourceType
 
storedProceduresQuota() - Method in class com.azure.data.cosmos.FeedResponse
Gets the maximum quota of stored procedures for a collection from the Azure Cosmos DB service.
storedProceduresUsage() - Method in class com.azure.data.cosmos.FeedResponse
Gets the current number of stored procedures for a collection from the Azure Cosmos DB service.
STRING - com.azure.data.cosmos.DataType
Represents a string data type.
STRONG - com.azure.data.cosmos.ConsistencyLevel
STRONG Consistency guarantees that read operations always return the value that was last written.
subList(int, int) - Method in class com.azure.data.cosmos.SqlParameterList
 
subStatusCode() - Method in exception com.azure.data.cosmos.CosmosClientException
Gets the sub status code.
System - com.azure.data.cosmos.CosmosResourceType
 

T

timestamp() - Method in class com.azure.data.cosmos.Resource
Get the last modified timestamp associated with the resource.
toArray() - Method in class com.azure.data.cosmos.SqlParameterList
 
toArray(T[]) - Method in class com.azure.data.cosmos.SqlParameterList
 
toJson() - Method in class com.azure.data.cosmos.DatabaseAccount
 
toJson() - Method in class com.azure.data.cosmos.JsonSerializable
Converts to a JSON string.
toJson(SerializationFormattingPolicy) - Method in class com.azure.data.cosmos.JsonSerializable
Converts to a JSON string.
tokenResolver() - Method in class com.azure.data.cosmos.CosmosClientBuilder
Gets the token resolver
tokenResolver(TokenResolver) - Method in class com.azure.data.cosmos.CosmosClientBuilder
Sets the token resolver
TokenResolver - Interface in com.azure.data.cosmos
This interface is for client side implementation, which can be used for initializing AsyncDocumentClient without passing master key, resource token and permission feed.

Each time the SDK create request for CosmosDB, authorization token is generated based on that request at client side which enables creation of one AsyncDocumentClient per application shared across various users with different resource permissions.
toObject(Class<T>) - Method in class com.azure.data.cosmos.JsonSerializable
Converts to an Object (only POJOs and JSONObject are supported).
toString() - Method in enum com.azure.data.cosmos.ConflictResolutionMode
 
toString() - Method in class com.azure.data.cosmos.ConnectionPolicy
 
toString() - Method in enum com.azure.data.cosmos.ConsistencyLevel
 
toString() - Method in exception com.azure.data.cosmos.CosmosClientException
 
toString() - Method in class com.azure.data.cosmos.CosmosResponseDiagnostics
Retrieves Response Diagnostic String
toString() - Method in enum com.azure.data.cosmos.DataType
 
toString() - Method in class com.azure.data.cosmos.FeedResponseDiagnostics
Returns the textual representation of feed response metrics
toString() - Method in enum com.azure.data.cosmos.IndexingDirective
 
toString() - Method in enum com.azure.data.cosmos.IndexingMode
 
toString() - Method in enum com.azure.data.cosmos.IndexKind
 
toString() - Method in class com.azure.data.cosmos.JsonSerializable
Gets Simple STRING representation of property bag.
toString() - Method in class com.azure.data.cosmos.PartitionKey
Serialize the PartitionKey object to a JSON string.
toString() - Method in enum com.azure.data.cosmos.PartitionKind
 
toString() - Method in enum com.azure.data.cosmos.PermissionMode
 
toString() - Method in class com.azure.data.cosmos.RetryOptions
 
toString() - Method in enum com.azure.data.cosmos.SpatialType
 
toString() - Method in enum com.azure.data.cosmos.TriggerOperation
 
toString() - Method in enum com.azure.data.cosmos.TriggerType
 
trigger() - Method in class com.azure.data.cosmos.CosmosTriggerResponse
Gets the cosmos trigger object or null
trigger() - Method in class com.azure.data.cosmos.sync.CosmosSyncTriggerResponse
Gets cosmos sync trigger.
Trigger - com.azure.data.cosmos.CosmosResourceType
 
triggerOperation() - Method in class com.azure.data.cosmos.CosmosTriggerProperties
Get the operation type of the trigger.
triggerOperation(TriggerOperation) - Method in class com.azure.data.cosmos.CosmosTriggerProperties
Set the operation type of the trigger.
TriggerOperation - Enum in com.azure.data.cosmos
Specifies the operations on which a trigger should be executed in the Azure Cosmos DB database service.
triggersQuota() - Method in class com.azure.data.cosmos.FeedResponse
Gets the maximum quota of triggers for a collection from the Azure Cosmos DB service.
triggersUsage() - Method in class com.azure.data.cosmos.FeedResponse
Get the current number of triggers for a collection from the Azure Cosmos DB service.
triggerType() - Method in class com.azure.data.cosmos.CosmosTriggerProperties
Get the type of the trigger.
triggerType(TriggerType) - Method in class com.azure.data.cosmos.CosmosTriggerProperties
Set the type of the resource.
TriggerType - Enum in com.azure.data.cosmos
The trigger type in the Azure Cosmos DB database service.
type() - Method in class com.azure.data.cosmos.AccessCondition
Gets the condition type.
type(AccessConditionType) - Method in class com.azure.data.cosmos.AccessCondition
Sets the condition type.

U

UnauthorizedException - Exception in com.azure.data.cosmos
 
UnauthorizedException(CosmosError, long, String, Map<String, String>) - Constructor for exception com.azure.data.cosmos.UnauthorizedException
 
UnauthorizedException(String, HttpHeaders, URI) - Constructor for exception com.azure.data.cosmos.UnauthorizedException
 
UniqueKey - Class in com.azure.data.cosmos
Represents a unique key on that enforces uniqueness constraint on documents in the collection in the Azure Cosmos DB service.
UniqueKey() - Constructor for class com.azure.data.cosmos.UniqueKey
 
uniqueKeyPolicy() - Method in class com.azure.data.cosmos.CosmosContainerProperties
Gets the containers unique key policy
uniqueKeyPolicy(UniqueKeyPolicy) - Method in class com.azure.data.cosmos.CosmosContainerProperties
Sets the Containers unique key policy
UniqueKeyPolicy - Class in com.azure.data.cosmos
Represents the unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.
UniqueKeyPolicy() - Constructor for class com.azure.data.cosmos.UniqueKeyPolicy
 
uniqueKeys() - Method in class com.azure.data.cosmos.UniqueKeyPolicy
Gets or sets collection of UniqueKey that guarantee uniqueness of documents in collection in the Azure Cosmos DB service.
uniqueKeys(List<UniqueKey>) - Method in class com.azure.data.cosmos.UniqueKeyPolicy
 
UPDATE - com.azure.data.cosmos.TriggerOperation
UPDATE operations only.
upsertItem(Object) - Method in class com.azure.data.cosmos.CosmosContainer
Upserts an item.
upsertItem(Object) - Method in class com.azure.data.cosmos.sync.CosmosSyncContainer
Upsert item cosmos sync item response.
upsertItem(Object, CosmosItemRequestOptions) - Method in class com.azure.data.cosmos.CosmosContainer
Upserts a cosmos item.
upsertItem(Object, CosmosItemRequestOptions) - Method in class com.azure.data.cosmos.sync.CosmosSyncContainer
Upsert item cosmos sync item response.
upsertPermission(CosmosPermissionProperties, CosmosPermissionRequestOptions) - Method in class com.azure.data.cosmos.CosmosUser
Upserts a permission.
upsertUser(CosmosUserProperties) - Method in class com.azure.data.cosmos.CosmosDatabase
Upsert a user.
upsertUser(CosmosUserProperties) - Method in class com.azure.data.cosmos.sync.CosmosSyncDatabase
Upsert user cosmos sync user response.
user() - Method in class com.azure.data.cosmos.CosmosUserResponse
Get cosmos user
user() - Method in class com.azure.data.cosmos.sync.CosmosSyncUserResponse
Gets cosmos sync user.
User - com.azure.data.cosmos.CosmosResourceType
 
userAgentSuffix() - Method in class com.azure.data.cosmos.ConnectionPolicy
Gets the value of user-agent suffix.
userAgentSuffix(String) - Method in class com.azure.data.cosmos.ConnectionPolicy
sets the value of the user-agent suffix.
userDefinedFunction() - Method in class com.azure.data.cosmos.CosmosUserDefinedFunctionResponse
Gets the cosmos user defined function object
userDefinedFunction() - Method in class com.azure.data.cosmos.sync.CosmosSyncUserDefinedFunctionResponse
Gets cosmos sync user defined function.
UserDefinedFunction - com.azure.data.cosmos.CosmosResourceType
 
userDefinedFunctionsQuota() - Method in class com.azure.data.cosmos.FeedResponse
Gets the maximum quota of user defined functions for a collection from the Azure Cosmos DB service.
userDefinedFunctionsUsage() - Method in class com.azure.data.cosmos.FeedResponse
Gets the current number of user defined functions for a collection from the Azure Cosmos DB service.
userQuota() - Method in class com.azure.data.cosmos.FeedResponse
Gets the maximum quota for user resources within an account from the Azure Cosmos DB service.
userUsage() - Method in class com.azure.data.cosmos.FeedResponse
Gets the current number of user resources within the account from the Azure Cosmos DB service.
usingMultipleWriteLocations() - Method in class com.azure.data.cosmos.ConnectionPolicy
Gets the flag to enable writes on any locations (regions) for geo-replicated database accounts in the Azure Cosmos DB service.
usingMultipleWriteLocations(boolean) - Method in class com.azure.data.cosmos.ConnectionPolicy
Sets the flag to enable writes on any locations (regions) for geo-replicated database accounts in the Azure Cosmos DB service.

V

V1 - com.azure.data.cosmos.PartitionKeyDefinitionVersion
Original version of hash partitioning.
V2 - com.azure.data.cosmos.PartitionKeyDefinitionVersion
Enhanced version of hash partitioning - offers better distribution of long partition keys and uses less storage.
value() - Method in enum com.azure.data.cosmos.CosmosResourceType
 
value(Class<T>) - Method in class com.azure.data.cosmos.SqlParameter
Gets the value of the parameter.
value(Object) - Method in class com.azure.data.cosmos.SqlParameter
Sets the value of the parameter.
valueOf(String) - Static method in enum com.azure.data.cosmos.AccessConditionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.data.cosmos.CompositePathSortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.data.cosmos.ConflictResolutionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.data.cosmos.ConnectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.data.cosmos.ConsistencyLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.data.cosmos.CosmosResourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.data.cosmos.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.data.cosmos.IndexingDirective
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.data.cosmos.IndexingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.data.cosmos.IndexKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.data.cosmos.PartitionKeyDefinitionVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.data.cosmos.PartitionKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.data.cosmos.PermissionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.data.cosmos.SerializationFormattingPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.data.cosmos.SpatialType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.data.cosmos.TriggerOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.azure.data.cosmos.TriggerType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.data.cosmos.AccessConditionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.data.cosmos.CompositePathSortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.data.cosmos.ConflictResolutionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.data.cosmos.ConnectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.data.cosmos.ConsistencyLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.data.cosmos.CosmosResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.data.cosmos.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.data.cosmos.IndexingDirective
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.data.cosmos.IndexingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.data.cosmos.IndexKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.data.cosmos.PartitionKeyDefinitionVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.data.cosmos.PartitionKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.data.cosmos.PermissionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.data.cosmos.SerializationFormattingPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.data.cosmos.SpatialType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.data.cosmos.TriggerOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.azure.data.cosmos.TriggerType
Returns an array containing the constants of this enum type, in the order they are declared.
version() - Method in class com.azure.data.cosmos.PartitionKeyDefinition
 
version(PartitionKeyDefinitionVersion) - Method in class com.azure.data.cosmos.PartitionKeyDefinition
 

W

writableLocations() - Method in class com.azure.data.cosmos.DatabaseAccount
Gets the list of writable locations for this database account.
A B C D E F G H I J K L M N O P Q R S T U V W 
All Classes All Packages