- 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
-
- ChangeFeedProcessorOptions - Class in com.azure.data.cosmos
-
- 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.
- 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.
- 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
- 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 - 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
-
- 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.
- 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 - Enum in com.azure.data.cosmos
-
Represents the connection mode to be used by the client in the Azure Cosmos DB database 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.
- 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.
- 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 (@link ConnectionPolicy) to be used
- ConsistencyLevel - Enum in com.azure.data.cosmos
-
Represents the consistency levels supported for Cosmos DB client operations in the Azure Cosmos DB database service.
- consistencyLevel() - Method in class com.azure.data.cosmos.CosmosClientBuilder
-
Gets the (@link ConsistencyLevel) to be used
- consistencyLevel(ConsistencyLevel) - Method in class com.azure.data.cosmos.CosmosClientBuilder
-
Sets the (@link ConsistencyLevel) to be used
- consistencyLevel() - Method in class com.azure.data.cosmos.CosmosContainerRequestOptions
-
Gets the consistency level required for the request.
- consistencyLevel(ConsistencyLevel) - Method in class com.azure.data.cosmos.CosmosContainerRequestOptions
-
Sets 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(ConsistencyLevel) - Method in class com.azure.data.cosmos.CosmosItemRequestOptions
-
Sets 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.CosmosStoredProcedureRequestOptions
-
Sets the consistency level required for the request.
- 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.
- container() - Method in class com.azure.data.cosmos.CosmosContainerResponse
-
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.
- 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, String) - Constructor for class com.azure.data.cosmos.CosmosContainerProperties
-
Constructor
- CosmosContainerProperties(String, PartitionKeyDefinition) - 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
-
- 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.
- 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
-
- 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
-
- createContainer(CosmosContainerProperties) - Method in class com.azure.data.cosmos.CosmosDatabase
-
Creates a document container.
- createContainer(CosmosContainerProperties, int) - Method in class com.azure.data.cosmos.CosmosDatabase
-
Creates a document container.
- createContainer(CosmosContainerProperties, CosmosContainerRequestOptions) - Method in class com.azure.data.cosmos.CosmosDatabase
-
Creates a document container.
- createContainer(CosmosContainerProperties, int, CosmosContainerRequestOptions) - Method in class com.azure.data.cosmos.CosmosDatabase
-
Creates a document container.
- createContainer(String, String) - Method in class com.azure.data.cosmos.CosmosDatabase
-
Creates a document container.
- createContainer(String, String, int) - Method in class com.azure.data.cosmos.CosmosDatabase
-
Creates a document container.
- createContainerIfNotExists(CosmosContainerProperties) - 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.CosmosDatabase
-
Creates a document container if it does not exist on the service.
- 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, int) - Method in class com.azure.data.cosmos.CosmosDatabase
-
Creates a document container if it does not exist on the service.
- 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.
- createCustomPolicy() - Static method in class com.azure.data.cosmos.ConflictResolutionPolicy
-
- createDatabase(CosmosDatabaseProperties, CosmosDatabaseRequestOptions) - Method in class com.azure.data.cosmos.CosmosClient
-
Creates a database.
- createDatabase(CosmosDatabaseProperties) - Method in class com.azure.data.cosmos.CosmosClient
-
Creates a database.
- createDatabase(String) - Method in class com.azure.data.cosmos.CosmosClient
-
Creates a database.
- createDatabase(CosmosDatabaseProperties, int, CosmosDatabaseRequestOptions) - Method in class com.azure.data.cosmos.CosmosClient
-
Creates a database.
- createDatabase(CosmosDatabaseProperties, int) - Method in class com.azure.data.cosmos.CosmosClient
-
Creates a database.
- createDatabase(String, int) - Method in class com.azure.data.cosmos.CosmosClient
-
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(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.
- createItem(Object) - Method in class com.azure.data.cosmos.CosmosContainer
-
Creates a cosmos item.
- createItem(Object, CosmosItemRequestOptions) - Method in class com.azure.data.cosmos.CosmosContainer
-
Creates a cosmos item.
- createLastWriterWinsPolicy() - Static method in class com.azure.data.cosmos.ConflictResolutionPolicy
-
- createLastWriterWinsPolicy(String) - Static method in class com.azure.data.cosmos.ConflictResolutionPolicy
-
- 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, CosmosStoredProcedureRequestOptions) - Method in class com.azure.data.cosmos.CosmosScripts
-
Creates a cosmos stored procedure.
- createTrigger(CosmosTriggerProperties) - Method in class com.azure.data.cosmos.CosmosScripts
-
Creates a Cosmos trigger.
- createUser(CosmosUserProperties) - Method in class com.azure.data.cosmos.CosmosDatabase
-
Creates a user After subscription the operation will be performed.
- createUserDefinedFunction(CosmosUserDefinedFunctionProperties) - Method in class com.azure.data.cosmos.CosmosScripts
-
Creates a cosmos 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.
- 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.
- 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(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.
- 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.
- id() - Method in class com.azure.data.cosmos.CosmosConflict
-
- id() - Method in class com.azure.data.cosmos.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
-
- id(String) - Method in class com.azure.data.cosmos.CosmosItemProperties
-
Sets the id
- id() - Method in class com.azure.data.cosmos.CosmosPermission
-
- id(String) - Method in class com.azure.data.cosmos.CosmosPermissionProperties
-
Sets the id
- id() - Method in class com.azure.data.cosmos.CosmosStoredProcedure
-
- id(String) - Method in class com.azure.data.cosmos.CosmosStoredProcedureProperties
-
Sets the id
- id() - Method in class com.azure.data.cosmos.CosmosTrigger
-
- id(String) - Method in class com.azure.data.cosmos.CosmosTriggerProperties
-
Sets the id
- id() - Method in class com.azure.data.cosmos.CosmosUser
-
- id() - Method in class com.azure.data.cosmos.CosmosUserDefinedFunction
-
- id(String) - Method in class com.azure.data.cosmos.CosmosUserDefinedFunctionProperties
-
Sets the id
- id() - Method in class com.azure.data.cosmos.CosmosUserProperties
-
Gets the id
- id(String) - Method in class com.azure.data.cosmos.CosmosUserProperties
-
Sets the id
- id() - Method in class com.azure.data.cosmos.Resource
-
Gets the name of the resource.
- 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.
- 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.
- Index - Class in com.azure.data.cosmos
-
Represents the index of a collection in the Azure Cosmos DB database service.
- 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 - Enum in com.azure.data.cosmos
-
Specifies the supported indexing modes 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).
- 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.
- 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
-
- 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, String) - Constructor for exception com.azure.data.cosmos.InvalidPartitionException
-
- InvalidPartitionException(String, HttpHeaders, String) - Constructor for exception com.azure.data.cosmos.InvalidPartitionException
-
- isEmpty() - Method in class com.azure.data.cosmos.SqlParameterList
-
- item() - Method in class com.azure.data.cosmos.CosmosItemResponse
-
Gets the CosmosItem
- iterator() - Method in class com.azure.data.cosmos.SqlParameterList
-
- 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(Integer) - Method in class com.azure.data.cosmos.ChangeFeedOptions
-
Sets 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(int) - Method in class com.azure.data.cosmos.ChangeFeedProcessorOptions
-
Sets the maximum number of items to be returned in the enumeration operation.
- maxItemCount() - Method in class com.azure.data.cosmos.FeedOptions
-
Gets 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.
- 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
-
- 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(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() - 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(PartitionKey) - Method in class com.azure.data.cosmos.CosmosStoredProcedureRequestOptions
-
Sets 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(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(String) - Method in class com.azure.data.cosmos.CompositePath
-
Sets path.
- path() - Method in class com.azure.data.cosmos.ExcludedPath
-
Gets path.
- path(String) - Method in class com.azure.data.cosmos.ExcludedPath
-
Sets path.
- path() - Method in class com.azure.data.cosmos.IncludedPath
-
Gets path.
- path(String) - Method in class com.azure.data.cosmos.IncludedPath
-
Sets path.
- path() - Method in class com.azure.data.cosmos.SpatialSpec
-
Gets 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(List<String>) - Method in class com.azure.data.cosmos.PartitionKeyDefinition
-
Sets 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.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
- 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.
- 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.
- 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.
- precision() - Method in class com.azure.data.cosmos.HashIndex
-
Gets precision.
- precision(int) - Method in class com.azure.data.cosmos.HashIndex
-
Sets precision.
- precision() - Method in class com.azure.data.cosmos.RangeIndex
-
Gets 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(Map<String, Object>) - Method in class com.azure.data.cosmos.ChangeFeedOptions
-
Sets the properties used to identify the request token.
- 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(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.
- 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.
- 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(String) - 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.CosmosDatabase
-
Query for cosmos containers in a cosmos database.
- queryContainers(SqlQuerySpec) - 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.CosmosDatabase
-
Query for cosmos containers in a cosmos database.
- queryDatabases(String, FeedOptions) - Method in class com.azure.data.cosmos.CosmosClient
-
Query for databases.
- queryDatabases(SqlQuerySpec, FeedOptions) - Method in class com.azure.data.cosmos.CosmosClient
-
Query for databases.
- 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(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.
- 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(String, 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.CosmosScripts
-
Query for stored procedures in a container.
- 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(String, 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.CosmosScripts
-
Query for triggers in the container
After subscription the operation will be performed.
- queryUserDefinedFunctions(String, 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.CosmosScripts
-
Query for user defined functions in the container.
- queryUsers(String) - 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.CosmosDatabase
-
Query for cosmos users in a database.
- queryUsers(SqlQuerySpec) - 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.CosmosDatabase
-
Query for cosmos users in a database.
- 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.
- 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(CosmosConflictRequestOptions) - Method in class com.azure.data.cosmos.CosmosConflict
-
Reads a conflict.
- read() - Method in class com.azure.data.cosmos.CosmosContainer
-
Reads the document container
After subscription the operation will be performed.
- read(CosmosContainerRequestOptions) - Method in class com.azure.data.cosmos.CosmosContainer
-
Reads the document container by the container link.
- read() - Method in class com.azure.data.cosmos.CosmosDatabase
-
Reads a database.
- read(CosmosDatabaseRequestOptions) - Method in class com.azure.data.cosmos.CosmosDatabase
-
Reads a database.
- read() - Method in class com.azure.data.cosmos.CosmosItem
-
Reads an item.
- read(CosmosItemRequestOptions) - Method in class com.azure.data.cosmos.CosmosItem
-
Reads an item.
- read(RequestOptions) - Method in class com.azure.data.cosmos.CosmosPermission
-
Reads a permission.
- read() - 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.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.
- readAllConflicts(FeedOptions) - Method in class com.azure.data.cosmos.CosmosContainer
-
Lists all the conflicts in the container
- readAllContainers(FeedOptions) - Method in class com.azure.data.cosmos.CosmosDatabase
-
Reads all cosmos containers.
- readAllContainers() - Method in class com.azure.data.cosmos.CosmosDatabase
-
Reads all cosmos containers.
- readAllDatabases(FeedOptions) - Method in class com.azure.data.cosmos.CosmosClient
-
Reads all databases.
- readAllDatabases() - Method in class com.azure.data.cosmos.CosmosClient
-
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.
- 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.
- readAllTriggers(FeedOptions) - Method in class com.azure.data.cosmos.CosmosScripts
-
Reads all triggers in a container
After subscription the operation will be performed.
- 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.
- readAllUsers() - Method in class com.azure.data.cosmos.CosmosDatabase
-
Reads all cosmos users in a database.
- readAllUsers(FeedOptions) - Method in class com.azure.data.cosmos.CosmosDatabase
-
Reads all cosmos users in a database.
- 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
- 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, CosmosContainerRequestOptions) - Method in class com.azure.data.cosmos.CosmosContainer
-
Replaces a document container.
- 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(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, CosmosStoredProcedureRequestOptions) - Method in class com.azure.data.cosmos.CosmosStoredProcedure
-
Replaces a stored procedure.
- replace(CosmosTriggerProperties) - Method in class com.azure.data.cosmos.CosmosTrigger
-
Replaces a cosmos trigger.
- replace(CosmosUserProperties) - Method in class com.azure.data.cosmos.CosmosUser
-
REPLACE a cosmos user
- replace(CosmosUserDefinedFunctionProperties) - Method in class com.azure.data.cosmos.CosmosUserDefinedFunction
-
Replaces a cosmos user defined function.
- 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.
- 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.
- requestContinuation() - Method in class com.azure.data.cosmos.ChangeFeedOptions
-
Gets the request continuation token.
- requestContinuation(String) - Method in class com.azure.data.cosmos.ChangeFeedOptions
-
Sets 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.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
- 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, URI) - Constructor for exception com.azure.data.cosmos.RequestTimeoutException
-
- RequestTimeoutException(String, HttpHeaders, 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(Resource) - Constructor for class com.azure.data.cosmos.Resource
-
Copy constructor.
- Resource() - Constructor for class com.azure.data.cosmos.Resource
-
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.
- 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.
- responseContinuationTokenLimitInKb() - Method in class com.azure.data.cosmos.FeedOptions
-
Gets 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.
- 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
-
- scriptLog() - Method in class com.azure.data.cosmos.CosmosStoredProcedureResponse
-
Gets the output from stored procedure console.log() statements.
- 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
-
- sessionToken() - Method in class com.azure.data.cosmos.CosmosContainerRequestOptions
-
Gets the token for use with session consistency.
- sessionToken(String) - Method in class com.azure.data.cosmos.CosmosContainerRequestOptions
-
Sets 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(String) - Method in class com.azure.data.cosmos.CosmosItemRequestOptions
-
Sets 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(String) - Method in class com.azure.data.cosmos.CosmosStoredProcedureRequestOptions
-
Sets 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(String) - Method in class com.azure.data.cosmos.FeedOptions
-
Sets 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.
- 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.
- 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(boolean) - Method in class com.azure.data.cosmos.ChangeFeedOptions
-
Set 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.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.
- 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
- 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.
- 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.
- 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.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
- 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.
- 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
-