Skip navigation links
A B C D E F G H I J M N O P Q R S T U V W 

A

AccessCondition - Class in com.microsoft.azure.cosmosdb
Represents a set of access conditions to be used for operations against the Azure Cosmos DB database service.
AccessCondition() - Constructor for class com.microsoft.azure.cosmosdb.AccessCondition
 
AccessConditionType - Enum in com.microsoft.azure.cosmosdb
Specifies the set of access condition types that can be used for operations in the Azure Cosmos DB database service.
add(SqlParameter) - Method in class com.microsoft.azure.cosmosdb.SqlParameterCollection
 
addAll(Collection<? extends SqlParameter>) - Method in class com.microsoft.azure.cosmosdb.SqlParameterCollection
 
AsyncDocumentClient - Interface in com.microsoft.azure.cosmosdb.rx
Provides a client-side logical representation of the Azure Cosmos DB database service.
AsyncDocumentClient.Builder - Class in com.microsoft.azure.cosmosdb.rx
Helper class to build AsyncDocumentClient instances as logical representation of the Azure Cosmos DB database service.
Attachment - Class in com.microsoft.azure.cosmosdb
Represents a document attachment in the Azure Cosmos DB database service.
Attachment() - Constructor for class com.microsoft.azure.cosmosdb.Attachment
Initialize an attachment object.
Attachment(String) - Constructor for class com.microsoft.azure.cosmosdb.Attachment
Initialize an attachment object from json string.

B

BridgeInternal - Class in com.microsoft.azure.cosmosdb
This is meant to be used only internally as a bridge access to classes in com.microsoft.azure.cosmosdb
BridgeInternal() - Constructor for class com.microsoft.azure.cosmosdb.BridgeInternal
 
build() - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
 
Builder() - Constructor for class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
 

C

ChangeFeedOptions - Class in com.microsoft.azure.cosmosdb
Specifies the options associated with change feed methods (enumeration operations) in the Azure Cosmos DB database service.
ChangeFeedOptions() - Constructor for class com.microsoft.azure.cosmosdb.ChangeFeedOptions
 
ChangeFeedOptions(ChangeFeedOptions) - Constructor for class com.microsoft.azure.cosmosdb.ChangeFeedOptions
 
clear() - Method in class com.microsoft.azure.cosmosdb.SqlParameterCollection
 
close() - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Close this AsyncDocumentClient instance and cleans up the resources.
com.microsoft.azure.cosmosdb - package com.microsoft.azure.cosmosdb
 
com.microsoft.azure.cosmosdb.rx - package com.microsoft.azure.cosmosdb.rx
 
Conflict - Class in com.microsoft.azure.cosmosdb
Represents a conflict in the version of a particular resource in the Azure Cosmos DB database service.
Conflict() - Constructor for class com.microsoft.azure.cosmosdb.Conflict
Initialize a conflict object.
Conflict(String) - Constructor for class com.microsoft.azure.cosmosdb.Conflict
Initialize a conflict object from json string.
ConnectionMode - Enum in com.microsoft.azure.cosmosdb
Represents the connection mode to be used by the client in the Azure Cosmos DB database service.
ConnectionPolicy - Class in com.microsoft.azure.cosmosdb
Represents the Connection policy associated with a DocumentClient in the Azure Cosmos DB database service.
ConnectionPolicy() - Constructor for class com.microsoft.azure.cosmosdb.ConnectionPolicy
Constructor.
ConsistencyLevel - Enum in com.microsoft.azure.cosmosdb
Represents the consistency levels supported for Cosmos DB client operations in the Azure Cosmos DB database service.
ConsistencyPolicy - Class in com.microsoft.azure.cosmosdb
Encapsulates the settings for consistency policy in the Azure Cosmos DB database service.
ConsistencyPolicy(String) - Constructor for class com.microsoft.azure.cosmosdb.ConsistencyPolicy
Constructor.
contains(Object) - Method in class com.microsoft.azure.cosmosdb.SqlParameterCollection
 
containsAll(Collection<?>) - Method in class com.microsoft.azure.cosmosdb.SqlParameterCollection
 
createAttachment(String, Attachment, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Creates an attachment.
createAttachment(String, InputStream, MediaOptions, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Creates an attachment.
createCollection(String, DocumentCollection, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Creates a document collection.
createDatabase(Database, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Creates a database.
createDocument(String, Object, RequestOptions, boolean) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Creates a document.
createFeedResponse(List<T>, Map<String, String>) - Static method in class com.microsoft.azure.cosmosdb.BridgeInternal
 
createPermission(String, Permission, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Creates a permission.
createStoredProcedure(String, StoredProcedure, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Creates a stored procedure.
createTrigger(String, Trigger, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Creates a trigger.
createUser(String, User, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Creates a user.
createUserDefinedFunction(String, UserDefinedFunction, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Creates a user defined function.

D

Database - Class in com.microsoft.azure.cosmosdb
Represents a Database in the Azure Cosmos DB database service.
Database() - Constructor for class com.microsoft.azure.cosmosdb.Database
Initialize a database object.
Database(String) - Constructor for class com.microsoft.azure.cosmosdb.Database
Initialize a database object from json string.
DatabaseAccount - Class in com.microsoft.azure.cosmosdb
Represents a database account in the Azure Cosmos DB database service.
DatabaseAccount(String) - Constructor for class com.microsoft.azure.cosmosdb.DatabaseAccount
Initialize a database account object from json string.
DatabaseAccountLocation - Class in com.microsoft.azure.cosmosdb
Represents the location of a database account in the Azure Cosmos DB database service.
DatabaseAccountLocation(String) - Constructor for class com.microsoft.azure.cosmosdb.DatabaseAccountLocation
Creates a new instance of the DatabaseAccountLocation object from a JSON string.
DataType - Enum in com.microsoft.azure.cosmosdb
Data types in the Azure Cosmos DB database service.
deleteAttachment(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Deletes an attachment.
deleteCollection(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Deletes a document collection by the collection link.
deleteConflict(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Deletes a conflict.
deleteDatabase(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Deletes a database.
deleteDocument(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Deletes a document by the document link.
deletePermission(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Deletes a permission.
deleteStoredProcedure(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Deletes a stored procedure by the stored procedure link.
deleteTrigger(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Deletes a trigger.
deleteUser(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Deletes a user.
deleteUserDefinedFunction(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Deletes a user defined function.
Document - Class in com.microsoft.azure.cosmosdb
Represents a document in the Azure Cosmos DB database service.
Document() - Constructor for class com.microsoft.azure.cosmosdb.Document
Initialize a document object.
Document(String, ObjectMapper) - Constructor for class com.microsoft.azure.cosmosdb.Document
Initialize a document object from json string.
Document(String) - Constructor for class com.microsoft.azure.cosmosdb.Document
Initialize a document object from json string.
DocumentClientException - Exception in com.microsoft.azure.cosmosdb
This class defines a custom exception type for all operations on DocumentClient in the Azure Cosmos DB database service.
DocumentClientException(int) - Constructor for exception com.microsoft.azure.cosmosdb.DocumentClientException
Creates a new instance of the DocumentClientException class.
DocumentClientException(int, String) - Constructor for exception com.microsoft.azure.cosmosdb.DocumentClientException
Creates a new instance of the DocumentClientException class.
DocumentClientException(int, Exception) - Constructor for exception com.microsoft.azure.cosmosdb.DocumentClientException
Creates a new instance of the DocumentClientException class.
DocumentClientException(int, Error, Map<String, String>) - Constructor for exception com.microsoft.azure.cosmosdb.DocumentClientException
Creates a new instance of the DocumentClientException class.
DocumentClientException(String, int, Error, Map<String, String>) - Constructor for exception com.microsoft.azure.cosmosdb.DocumentClientException
Creates a new instance of the DocumentClientException class.
DocumentCollection - Class in com.microsoft.azure.cosmosdb
Represents a document collection in the Azure Cosmos DB database service.
DocumentCollection() - Constructor for class com.microsoft.azure.cosmosdb.DocumentCollection
Initialize a document collection object.
DocumentCollection(String) - Constructor for class com.microsoft.azure.cosmosdb.DocumentCollection
Initialize a document collection object from json string.
documentFromObject(Object, ObjectMapper) - Static method in class com.microsoft.azure.cosmosdb.BridgeInternal
 

E

equals(Object) - Method in class com.microsoft.azure.cosmosdb.DocumentCollection
 
equals(Object) - Method in class com.microsoft.azure.cosmosdb.PartitionKeyRange
 
Error - Class in com.microsoft.azure.cosmosdb
Encapsulates error related details in the Azure Cosmos DB database service.
Error() - Constructor for class com.microsoft.azure.cosmosdb.Error
Initialize a new instance of the Error object.
Error(String) - Constructor for class com.microsoft.azure.cosmosdb.Error
Initialize a new instance of the Error object from a JSON string.
Error(String, String) - Constructor for class com.microsoft.azure.cosmosdb.Error
Initialize a new instance of the Error object.
Error(String, String, String) - Constructor for class com.microsoft.azure.cosmosdb.Error
Initialize a new instance of the Error object.
ExcludedPath - Class in com.microsoft.azure.cosmosdb
Represents an excluded path of the IndexingPolicy in the Azure Cosmos DB database service.
ExcludedPath() - Constructor for class com.microsoft.azure.cosmosdb.ExcludedPath
Constructor.
ExcludedPath(String) - Constructor for class com.microsoft.azure.cosmosdb.ExcludedPath
Constructor.
executeStoredProcedure(String, Object[]) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Executes a stored procedure by the stored procedure link.
executeStoredProcedure(String, RequestOptions, Object[]) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Executes a stored procedure by the stored procedure link.

F

FeedOptions - Class in com.microsoft.azure.cosmosdb
Specifies the options associated with feed methods (enumeration operations) in the Azure Cosmos DB database service.
FeedOptions() - Constructor for class com.microsoft.azure.cosmosdb.FeedOptions
 
FeedOptions(FeedOptions) - Constructor for class com.microsoft.azure.cosmosdb.FeedOptions
 
FeedOptionsBase - Class in com.microsoft.azure.cosmosdb
Specifies the common options associated with feed methods (enumeration operations) in the Azure Cosmos DB database service.
FeedOptionsBase() - Constructor for class com.microsoft.azure.cosmosdb.FeedOptionsBase
 
FeedResponse<T extends Resource> - Class in com.microsoft.azure.cosmosdb
 
FromJsonString(String) - Static method in class com.microsoft.azure.cosmosdb.PartitionKey
Create a new instance of the PartitionKey object from a serialized JSON string.

G

get(String) - Method in class com.microsoft.azure.cosmosdb.JsonSerializable
Gets a property value as Object.
getAccessCondition() - Method in class com.microsoft.azure.cosmosdb.RequestOptions
Gets the conditions associated with the request.
getActivityId() - Method in exception com.microsoft.azure.cosmosdb.DocumentClientException
Gets the activity ID associated with the request.
getActivityId() - Method in class com.microsoft.azure.cosmosdb.FeedResponse
Gets the activity ID for the request.
getActivityId() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Gets the Activity ID for the request.
getActivityId() - Method in class com.microsoft.azure.cosmosdb.StoredProcedureResponse
Gets the Activity ID of the request.
getAddressesLink() - Method in class com.microsoft.azure.cosmosdb.DatabaseAccount
Get the addresseslink of the databaseAccount.
getAutomatic() - Method in class com.microsoft.azure.cosmosdb.IndexingPolicy
Gets whether automatic indexing is enabled for a collection.
getBody() - Method in class com.microsoft.azure.cosmosdb.StoredProcedure
Get the body of the stored procedure.
getBody() - Method in class com.microsoft.azure.cosmosdb.Trigger
Get the body of the trigger.
getBody() - Method in class com.microsoft.azure.cosmosdb.UserDefinedFunction
Get the body of the user defined function.
getBoolean(String) - Method in class com.microsoft.azure.cosmosdb.JsonSerializable
Gets a boolean value.
getCode() - Method in class com.microsoft.azure.cosmosdb.Error
Gets the error code.
getCollection(String, Class<T>) - Method in class com.microsoft.azure.cosmosdb.JsonSerializable
Gets an object collection.
getCollection(String) - Method in class com.microsoft.azure.cosmosdb.JsonSerializable
Gets a JSONObject collection.
getCollectionQuota() - Method in class com.microsoft.azure.cosmosdb.FeedResponse
Max Quota.
getCollectionQuota() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Max Quota.
getCollectionSizeQuota() - Method in class com.microsoft.azure.cosmosdb.FeedResponse
Max Quota.
getCollectionSizeQuota() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Max Quota.
getCollectionSizeUsage() - Method in class com.microsoft.azure.cosmosdb.FeedResponse
Current Usage.
getCollectionSizeUsage() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Current Usage.
getCollectionsLink() - Method in class com.microsoft.azure.cosmosdb.Database
Gets the self-link for collections in the database
getCollectionUsage() - Method in class com.microsoft.azure.cosmosdb.FeedResponse
Current Usage.
getCollectionUsage() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Current Usage.
getCondition() - Method in class com.microsoft.azure.cosmosdb.AccessCondition
Gets the value of the condition - for AccessConditionType IfMatchs and IfNotMatch, this is the ETag that has to be compared to.
getConflictsLink() - Method in class com.microsoft.azure.cosmosdb.DocumentCollection
Gets the self-link for conflicts in a collection.
getConnectionMode() - Method in class com.microsoft.azure.cosmosdb.ConnectionPolicy
Gets the connection mode used in the client.
getConnectionPolicy() - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Gets the connection policy
getConsistencyLevel() - Method in class com.microsoft.azure.cosmosdb.RequestOptions
Gets the consistency level required for the request.
getConsistencyPolicy() - Method in class com.microsoft.azure.cosmosdb.DatabaseAccount
Gets the ConsistencyPolicy settings.
getContentType() - Method in class com.microsoft.azure.cosmosdb.Attachment
Gets the MIME content type of the attachment.
getContentType() - Method in class com.microsoft.azure.cosmosdb.MediaOptions
Gets the HTTP ContentType header value.
getCurrentResourceQuotaUsage() - Method in class com.microsoft.azure.cosmosdb.FeedResponse
Gets the current size of this entity (in megabytes (MB) for server resources and in count for master resources).
getCurrentResourceQuotaUsage() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Gets the current size of this entity (in megabytes (MB) for server resources and in count for master resources)
getCurrentResourceQuotaUsage() - Method in class com.microsoft.azure.cosmosdb.StoredProcedureResponse
Gets the current size of this entity (in megabytes (MB) for server resources and in count for master resources)
getDatabaseAccount() - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Gets database account information.
getDatabaseQuota() - Method in class com.microsoft.azure.cosmosdb.FeedResponse
Max Quota.
getDatabaseQuota() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Max Quota.
getDatabasesLink() - Method in class com.microsoft.azure.cosmosdb.DatabaseAccount
Get the databases link of the databaseAccount.
getDatabaseUsage() - Method in class com.microsoft.azure.cosmosdb.FeedResponse
Current Usage.
getDatabaseUsage() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Current Usage.
getDataType() - Method in class com.microsoft.azure.cosmosdb.HashIndex
Gets data type.
getDataType() - Method in class com.microsoft.azure.cosmosdb.RangeIndex
Gets data type.
getDataType() - Method in class com.microsoft.azure.cosmosdb.SpatialIndex
Gets data type.
GetDefault() - Static method in class com.microsoft.azure.cosmosdb.ConnectionPolicy
Gets the default connection policy.
getDefaultConsistencyLevel() - Method in class com.microsoft.azure.cosmosdb.ConsistencyPolicy
Get the name of the resource.
getDefaultTimeToLive() - Method in class com.microsoft.azure.cosmosdb.DocumentCollection
Gets the collection's default time-to-live value.
getDocumentCountQuota() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Max document count quota.
getDocumentCountUsage() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Current document count usage.
getDocumentQuota() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Max Quota.
getDocumentsLink() - Method in class com.microsoft.azure.cosmosdb.DocumentCollection
Gets the self-link for documents in a collection.
getDocumentUsage() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Current Usage.
getDouble(String) - Method in class com.microsoft.azure.cosmosdb.JsonSerializable
Gets a double value.
getEmitVerboseTracesInQuery() - Method in class com.microsoft.azure.cosmosdb.FeedOptions
Gets the option to allow queries to emit out verbose traces for investigation.
getEnableCrossPartitionQuery() - Method in class com.microsoft.azure.cosmosdb.FeedOptions
Gets the option to allow queries to run across all partitions of the collection.
getEnableEndpointDiscovery() - Method in class com.microsoft.azure.cosmosdb.ConnectionPolicy
Gets the flag to enable endpoint discovery for geo-replicated database accounts.
getEnableScanInQuery() - Method in class com.microsoft.azure.cosmosdb.FeedOptions
Gets the option to allow scan on the queries which couldn't be served as indexing was opted out on the requested paths.
getEndpoint() - Method in class com.microsoft.azure.cosmosdb.DatabaseAccountLocation
Gets The endpoint (the URI) of the database account location.
getError() - Method in exception com.microsoft.azure.cosmosdb.DocumentClientException
Gets the error code associated with the exception.
getErrorDetails() - Method in class com.microsoft.azure.cosmosdb.Error
Gets the error details.
getETag() - Method in class com.microsoft.azure.cosmosdb.Resource
Get the entity tag associated with the resource.
getExcludedPaths() - Method in class com.microsoft.azure.cosmosdb.IndexingPolicy
Gets the paths that are not indexed.
getFeedHeaders(FeedOptionsBase) - Static method in class com.microsoft.azure.cosmosdb.BridgeInternal
 
getHashMap() - Method in class com.microsoft.azure.cosmosdb.JsonSerializable
Returns the propertybag(JSONObject) in a hashMap
getId() - Method in class com.microsoft.azure.cosmosdb.Resource
Gets the name of the resource.
getIdleConnectionTimeoutInMillis() - Method in class com.microsoft.azure.cosmosdb.ConnectionPolicy
Gets the value of the timeout for an idle connection, the default is 60 seconds.
getIncludedPaths() - Method in class com.microsoft.azure.cosmosdb.IndexingPolicy
Gets the paths that are chosen to be indexed by the user.
getIndexes() - Method in class com.microsoft.azure.cosmosdb.IncludedPath
Gets the paths that are chosen to be indexed by the user.
getIndexingDirective() - Method in class com.microsoft.azure.cosmosdb.RequestOptions
Gets the indexing directive (index, do not index etc).
getIndexingMode() - Method in class com.microsoft.azure.cosmosdb.IndexingPolicy
Gets the indexing mode (consistent or lazy).
getIndexingPolicy() - Method in class com.microsoft.azure.cosmosdb.DocumentCollection
Gets the indexing policy.
getIndexTransformationProgress() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Gets the progress of an index transformation, if one is underway.
getInt(String) - Method in class com.microsoft.azure.cosmosdb.JsonSerializable
Gets an integer value.
getInternalPartitionKey() - Method in class com.microsoft.azure.cosmosdb.PartitionKey
 
getKind() - Method in class com.microsoft.azure.cosmosdb.Index
Gets index kind.
getKind() - Method in class com.microsoft.azure.cosmosdb.PartitionKeyDefinition
Sets the partition algorithm used to calculate the partition id given a partition key.
getLazyIndexingProgress() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Gets the progress of lazy indexing.
getLogger() - Method in class com.microsoft.azure.cosmosdb.JsonSerializable
 
getLong(String) - Method in class com.microsoft.azure.cosmosdb.JsonSerializable
Gets a long value.
getMapper() - Method in class com.microsoft.azure.cosmosdb.JsonSerializable
 
getMaxBufferedItemCount() - Method in class com.microsoft.azure.cosmosdb.FeedOptions
Gets the maximum number of items that can be buffered client side during parallel query execution.
getMaxDegreeOfParallelism() - Method in class com.microsoft.azure.cosmosdb.FeedOptions
Gets the number of concurrent operations run client side during parallel query execution.
getMaxExclusive() - Method in class com.microsoft.azure.cosmosdb.PartitionKeyRange
 
getMaxItemCount() - Method in class com.microsoft.azure.cosmosdb.FeedOptionsBase
Gets the maximum number of items to be returned in the enumeration operation.
getMaxMediaStorageUsageInMB() - Method in class com.microsoft.azure.cosmosdb.DatabaseAccount
Attachment content (media) storage quota in MBs Retrieved from gateway.
getMaxPoolSize() - Method in class com.microsoft.azure.cosmosdb.ConnectionPolicy
Gets the value of the connection pool size the client is using.
getMaxReplicaSetSize() - Method in class com.microsoft.azure.cosmosdb.ReplicationPolicy
 
getMaxResourceQuota() - Method in class com.microsoft.azure.cosmosdb.FeedResponse
Gets the maximum size limit for this entity (in megabytes (MB) for server resources and in count for master resources).
getMaxResourceQuota() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Gets the maximum size limit for this entity (in megabytes (MB) for server resources and in count for master resources).
getMaxResourceQuota() - Method in class com.microsoft.azure.cosmosdb.StoredProcedureResponse
Gets the maximum size limit for this entity (in megabytes (MB) for server resources and in count for master resources).
getMaxRetryAttemptsOnThrottledRequests() - Method in class com.microsoft.azure.cosmosdb.RetryOptions
Gets the maximum number of retries in the case where the request fails because the service has applied rate limiting on the client.
getMaxRetryWaitTimeInSeconds() - Method in class com.microsoft.azure.cosmosdb.RetryOptions
Gets the maximum retry time in seconds.
getMaxStalenessIntervalInSeconds() - Method in class com.microsoft.azure.cosmosdb.ConsistencyPolicy
Gets the in bounded staleness consistency, the maximum allowed staleness in terms time interval.
getMaxStalenessPrefix() - Method in class com.microsoft.azure.cosmosdb.ConsistencyPolicy
Gets the bounded staleness consistency, the maximum allowed staleness in terms difference in sequence numbers (aka version).
getMedia() - Method in class com.microsoft.azure.cosmosdb.MediaResponse
Gets the attachment content stream.
getMediaLink() - Method in class com.microsoft.azure.cosmosdb.Attachment
Gets the media link associated with the attachment content.
getMediaLink() - Method in class com.microsoft.azure.cosmosdb.DatabaseAccount
Get the medialink of the databaseAccount.
getMediaReadMode() - Method in class com.microsoft.azure.cosmosdb.ConnectionPolicy
Gets the attachment content (aka media) download mode.
getMediaRequestTimeoutInMillis() - Method in class com.microsoft.azure.cosmosdb.ConnectionPolicy
Gets or sets time to wait for response from network peer for attachment content (aka media) operations.
getMediaStorageUsageInMB() - Method in class com.microsoft.azure.cosmosdb.DatabaseAccount
Current attachment content (media) usage in MBs.
getMessage() - Method in class com.microsoft.azure.cosmosdb.Error
Gets the error message.
getMinInclusive() - Method in class com.microsoft.azure.cosmosdb.PartitionKeyRange
 
getMinReplicaSetSize() - Method in class com.microsoft.azure.cosmosdb.ReplicationPolicy
 
getName() - Method in class com.microsoft.azure.cosmosdb.DatabaseAccountLocation
Gets The name of the database account location.
getName() - Method in class com.microsoft.azure.cosmosdb.SqlParameter
Gets the name of the parameter.
getObject(String, Class<T>) - Method in class com.microsoft.azure.cosmosdb.JsonSerializable
Gets an object value.
getObject(String) - Method in class com.microsoft.azure.cosmosdb.JsonSerializable
Gets a JSONObject.
getObjectByPath(Collection<String>) - Method in class com.microsoft.azure.cosmosdb.JsonSerializable
Gets the value of a property identified by an array of property names that forms the path.
getOfferResourceId() - Method in class com.microsoft.azure.cosmosdb.Offer
Sets the target resource id of a resource to which this offer applies.
getOfferThroughput() - Method in class com.microsoft.azure.cosmosdb.RequestOptions
Gets the throughput in the form of Request Units per second when creating a document collection.
getOfferType() - Method in class com.microsoft.azure.cosmosdb.Offer
Gets the OfferType for the resource offer.
getOfferType() - Method in class com.microsoft.azure.cosmosdb.RequestOptions
Gets the offer type when creating a document collection.
getOfferVersion() - Method in class com.microsoft.azure.cosmosdb.Offer
Gets the version of the current offer.
getOperationKind() - Method in class com.microsoft.azure.cosmosdb.Conflict
Gets the operation kind.
getParameters() - Method in class com.microsoft.azure.cosmosdb.SqlQuerySpec
Gets the collection of query parameters.
getParents() - Method in class com.microsoft.azure.cosmosdb.PartitionKeyRange
Used internally to indicate the ID of the parent range
getPartitionedQueryExecutionInfo() - Method in class com.microsoft.azure.cosmosdb.Error
Gets the partitioned query execution info.
getPartitionKey() - Method in class com.microsoft.azure.cosmosdb.DocumentCollection
Gets the collection's partition key definition.
getPartitionKey() - Method in class com.microsoft.azure.cosmosdb.FeedOptionsBase
Gets the partition key used to identify the current request's target partition.
getPartitionKey() - Method in class com.microsoft.azure.cosmosdb.RequestOptions
Gets the partition key used to identify the current request's target partition.
getPartitionKeyRangeId() - Method in class com.microsoft.azure.cosmosdb.ChangeFeedOptions
Get the partition key range id for the current request
getPartitionKeyRangeIdInternal() - Method in class com.microsoft.azure.cosmosdb.FeedOptions
Gets the partitionKeyRangeId.
getPath() - Method in class com.microsoft.azure.cosmosdb.ExcludedPath
Gets path.
getPath() - Method in class com.microsoft.azure.cosmosdb.IncludedPath
Gets path.
getPaths() - Method in class com.microsoft.azure.cosmosdb.PartitionKeyDefinition
Gets the document property paths for the partition key.
getPaths() - Method in class com.microsoft.azure.cosmosdb.UniqueKey
Gets the paths, a set of which must be unique for each document in the Azure Cosmos DB service.
getPermissionMode() - Method in class com.microsoft.azure.cosmosdb.Permission
Gets the permission mode.
getPermissionQuota() - Method in class com.microsoft.azure.cosmosdb.FeedResponse
Max Quota.
getPermissionQuota() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Max Quota.
getPermissionsLink() - Method in class com.microsoft.azure.cosmosdb.User
Gets the self-link of the permissions associated with the user.
getPermissionUsage() - Method in class com.microsoft.azure.cosmosdb.FeedResponse
Current Usage.
getPermissionUsage() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Current Usage.
getPostTriggerInclude() - Method in class com.microsoft.azure.cosmosdb.RequestOptions
Gets the triggers to be invoked after the operation.
getPrecision() - Method in class com.microsoft.azure.cosmosdb.HashIndex
Gets precision.
getPrecision() - Method in class com.microsoft.azure.cosmosdb.RangeIndex
Gets precision.
getPreferredLocations() - Method in class com.microsoft.azure.cosmosdb.ConnectionPolicy
Gets the preferred locations for geo-replicated database accounts
getPreTriggerInclude() - Method in class com.microsoft.azure.cosmosdb.RequestOptions
Gets the triggers to be invoked before the operation.
getQueryText() - Method in class com.microsoft.azure.cosmosdb.SqlQuerySpec
Gets the text of the query.
getReadableLocations() - Method in class com.microsoft.azure.cosmosdb.DatabaseAccount
Gets the list of readable locations for this database account.
getReadEndpoint() - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Gets the current read endpoint chosen based on availability and preference.
getReplicationPolicy() - Method in class com.microsoft.azure.cosmosdb.DatabaseAccount
Gets the ReplicationPolicy settings.
getRequestCharge() - Method in class com.microsoft.azure.cosmosdb.FeedResponse
Gets the number of index paths (terms) generated by the operation.
getRequestCharge() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Gets the number of index paths (terms) generated by the operation.
getRequestCharge() - Method in class com.microsoft.azure.cosmosdb.StoredProcedureResponse
Gets the number of normalized requests charged.
getRequestContinuation() - Method in class com.microsoft.azure.cosmosdb.FeedOptionsBase
Gets the request continuation token.
getRequestTimeoutInMillis() - Method in class com.microsoft.azure.cosmosdb.ConnectionPolicy
Gets the request timeout (time to wait for response from network peer) in milliseconds.
getResouceType() - Method in class com.microsoft.azure.cosmosdb.Conflict
Gets the type of the conflicting resource.
getResource() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Gets the resource for the request.
getResourceId() - Method in class com.microsoft.azure.cosmosdb.Resource
Gets the ID associated with the resource.
getResourceLink() - Method in class com.microsoft.azure.cosmosdb.Offer
Gets the self-link of a resource to which the resource offer applies.
getResourceLink() - Method in class com.microsoft.azure.cosmosdb.Permission
Gets the self-link of resource to which the permission applies.
getResourcePartitionKey() - Method in class com.microsoft.azure.cosmosdb.Permission
Gets the resource partition key associated with this permission object.
getResourceTokenExpirySeconds() - Method in class com.microsoft.azure.cosmosdb.RequestOptions
Gets the expiry time for resource token.
getResponseAsAttachment() - Method in class com.microsoft.azure.cosmosdb.StoredProcedureResponse
Gets the response of a stored procedure, serialized into an attachment.
getResponseAsDocument() - Method in class com.microsoft.azure.cosmosdb.StoredProcedureResponse
Gets the response of a stored procedure, serialized into a document.
getResponseAsString() - Method in class com.microsoft.azure.cosmosdb.StoredProcedureResponse
Gets the response of a stored procedure as a string.
getResponseContinuation() - Method in class com.microsoft.azure.cosmosdb.FeedResponse
Gets the continuation token to be used for continuing the enumeration.
getResponseContinuationTokenLimitInKb() - Method in class com.microsoft.azure.cosmosdb.FeedOptions
Gets the ResponseContinuationTokenLimitInKb request option for document query requests in the Azure Cosmos DB service.
getResponseHeaders() - Method in exception com.microsoft.azure.cosmosdb.DocumentClientException
Gets the response headers as key-value pairs
getResponseHeaders() - Method in class com.microsoft.azure.cosmosdb.FeedResponse
Gets the response headers.
getResponseHeaders() - Method in class com.microsoft.azure.cosmosdb.MediaResponse
Gets the headers associated with the response.
getResponseHeaders() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Gets the headers associated with the response.
getResponseHeaders() - Method in class com.microsoft.azure.cosmosdb.StoredProcedureResponse
Gets the headers associated with the response.
getResults() - Method in class com.microsoft.azure.cosmosdb.FeedResponse
Results.
getRetryAfterInMilliseconds() - Method in exception com.microsoft.azure.cosmosdb.DocumentClientException
Gets the recommended time interval after which the client can retry failed requests
getRetryOptions() - Method in class com.microsoft.azure.cosmosdb.ConnectionPolicy
Gets the retry policy options associated with the DocumentClient instance.
getScriptLog() - Method in class com.microsoft.azure.cosmosdb.StoredProcedureResponse
Gets the output from stored procedure console.log() statements.
getSelfLink() - Method in class com.microsoft.azure.cosmosdb.Resource
Get the self-link associated with the resource.
getServiceEndpoint() - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Gets the default service endpoint as passed in by the user during construction.
getSessionToken() - Method in class com.microsoft.azure.cosmosdb.FeedOptions
Gets the session token for use with session consistency.
getSessionToken() - Method in class com.microsoft.azure.cosmosdb.FeedResponse
Gets the session token for use in session consistency.
getSessionToken() - Method in class com.microsoft.azure.cosmosdb.RequestOptions
Gets the token for use with session consistency.
getSessionToken() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Gets the token used for managing client's consistency requirements.
getSessionToken() - Method in class com.microsoft.azure.cosmosdb.StoredProcedureResponse
Gets the token for use with session consistency requests.
getSlug() - Method in class com.microsoft.azure.cosmosdb.MediaOptions
Gets the HTTP Slug header value.
getStatusCode() - Method in exception com.microsoft.azure.cosmosdb.DocumentClientException
Gets the http status code.
getStatusCode() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Gets the HTTP status code associated with the response.
getStatusCode() - Method in class com.microsoft.azure.cosmosdb.StoredProcedureResponse
Gets the request completion status code.
getStoredProceduresLink() - Method in class com.microsoft.azure.cosmosdb.DocumentCollection
Gets the self-link for stored procedures in a collection.
getStoredProceduresQuota() - Method in class com.microsoft.azure.cosmosdb.FeedResponse
Max Quota.
getStoredProceduresQuota() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Max Quota.
getStoredProceduresUsage() - Method in class com.microsoft.azure.cosmosdb.FeedResponse
Current Usage.
getStoredProceduresUsage() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Current Usage.
getString(String) - Method in class com.microsoft.azure.cosmosdb.JsonSerializable
Gets a string value.
getSubStatusCode() - Method in exception com.microsoft.azure.cosmosdb.DocumentClientException
Gets the sub status code.
getThroughput() - Method in class com.microsoft.azure.cosmosdb.Offer
Gets the offer throughput for this offer.
getTimestamp() - Method in class com.microsoft.azure.cosmosdb.Resource
Get the last modified timestamp associated with the resource.
getTimeToLive() - Method in class com.microsoft.azure.cosmosdb.Document
Gets the document's time-to-live value.
getToken() - Method in class com.microsoft.azure.cosmosdb.Permission
Gets the access token granting the defined permission.
getTriggerOperation() - Method in class com.microsoft.azure.cosmosdb.Trigger
Get the operation type of the trigger.
getTriggersLink() - Method in class com.microsoft.azure.cosmosdb.DocumentCollection
Gets the self-link for triggers in a collection.
getTriggersQuota() - Method in class com.microsoft.azure.cosmosdb.FeedResponse
Max Quota.
getTriggersQuota() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Max Quota.
getTriggersUsage() - Method in class com.microsoft.azure.cosmosdb.FeedResponse
Current Usage.
getTriggersUsage() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Current Usage.
getTriggerType() - Method in class com.microsoft.azure.cosmosdb.Trigger
Get the type of the trigger.
getType() - Method in class com.microsoft.azure.cosmosdb.AccessCondition
Gets the condition type.
getUniqueKeyPolicy() - Method in class com.microsoft.azure.cosmosdb.DocumentCollection
Sets the Uni that guarantees uniqueness of documents in collection in the Azure Cosmos DB service.
getUniqueKeys() - Method in class com.microsoft.azure.cosmosdb.UniqueKeyPolicy
Gets or sets collection of UniqueKey that guarantee uniqueness of documents in collection in the Azure Cosmos DB service.
getUserAgentSuffix() - Method in class com.microsoft.azure.cosmosdb.ConnectionPolicy
Gets the value of user-agent suffix.
getUserDefinedFunctionsLink() - Method in class com.microsoft.azure.cosmosdb.DocumentCollection
Gets the self-link for user defined functions in a collection.
getUserDefinedFunctionsQuota() - Method in class com.microsoft.azure.cosmosdb.FeedResponse
Max Quota.
getUserDefinedFunctionsQuota() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Max Quota.
getUserDefinedFunctionsUsage() - Method in class com.microsoft.azure.cosmosdb.FeedResponse
Current Usage.
getUserDefinedFunctionsUsage() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Current Usage.
getUserQuota() - Method in class com.microsoft.azure.cosmosdb.FeedResponse
Max Quota.
getUserQuota() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Max Quota.
getUsersLink() - Method in class com.microsoft.azure.cosmosdb.Database
Gets the self-link for users in the database.
getUserUsage() - Method in class com.microsoft.azure.cosmosdb.FeedResponse
Current Usage.
getUserUsage() - Method in class com.microsoft.azure.cosmosdb.ResourceResponse
Current Usage.
getValue() - Method in enum com.microsoft.azure.cosmosdb.PermissionMode
Gets the numerical value of the permission mode.
getValue(Class<T>) - Method in class com.microsoft.azure.cosmosdb.SqlParameter
Gets the value of the parameter.
getValue() - Method in enum com.microsoft.azure.cosmosdb.TriggerOperation
Gets the numerical value of the trigger operation.
getValue() - Method in enum com.microsoft.azure.cosmosdb.TriggerType
Gets the numerical value of the trigger type.
getWritableLocations() - Method in class com.microsoft.azure.cosmosdb.DatabaseAccount
Gets the list of writable locations for this database account.
getWriteEndpoint() - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Gets the current write endpoint chosen based on availability and preference.

H

has(String) - Method in class com.microsoft.azure.cosmosdb.JsonSerializable
Checks whether a property exists.
Hash(DataType) - Static method in class com.microsoft.azure.cosmosdb.Index
Returns an instance of HashIndex class with specified DataType.
Hash(DataType, int) - Static method in class com.microsoft.azure.cosmosdb.Index
Returns an instance of HashIndex class with specified DataType and precision.
hashCode() - Method in class com.microsoft.azure.cosmosdb.DocumentCollection
 
hashCode() - Method in class com.microsoft.azure.cosmosdb.PartitionKeyRange
 
HashIndex - Class in com.microsoft.azure.cosmosdb
Represents a hash index in the Azure Cosmos DB database service.
HashIndex(DataType) - Constructor for class com.microsoft.azure.cosmosdb.HashIndex
Specifies an instance of HashIndex class with specified DataType.
HashIndex(DataType, int) - Constructor for class com.microsoft.azure.cosmosdb.HashIndex
Initializes a new instance of the HashIndex class with specified DataType and precision.
HashIndex(String) - Constructor for class com.microsoft.azure.cosmosdb.HashIndex
Initializes a new instance of the HashIndex class with json string.

I

IncludedPath - Class in com.microsoft.azure.cosmosdb
Represents an included path of the IndexingPolicy in the Azure Cosmos DB database service.
IncludedPath() - Constructor for class com.microsoft.azure.cosmosdb.IncludedPath
Constructor.
IncludedPath(String) - Constructor for class com.microsoft.azure.cosmosdb.IncludedPath
Constructor.
Index - Class in com.microsoft.azure.cosmosdb
Represents the index of a collection in the Azure Cosmos DB database service.
Index(IndexKind) - Constructor for class com.microsoft.azure.cosmosdb.Index
Constructor.
Index(String, IndexKind) - Constructor for class com.microsoft.azure.cosmosdb.Index
Constructor.
IndexingDirective - Enum in com.microsoft.azure.cosmosdb
Specifies whether or not the resource is to be indexed in the Azure Cosmos DB database service.
IndexingMode - Enum in com.microsoft.azure.cosmosdb
Specifies the supported indexing modes in the Azure Cosmos DB database service.
IndexingPolicy - Class in com.microsoft.azure.cosmosdb
Represents the indexing policy configuration for a collection in the Azure Cosmos DB database service.
IndexingPolicy() - Constructor for class com.microsoft.azure.cosmosdb.IndexingPolicy
Constructor.
IndexingPolicy(Index[]) - Constructor for class com.microsoft.azure.cosmosdb.IndexingPolicy
Initializes a new instance of the IndexingPolicy class with the specified set of indexes as default index specifications for the root path.
IndexingPolicy(String) - Constructor for class com.microsoft.azure.cosmosdb.IndexingPolicy
Constructor.
IndexKind - Enum in com.microsoft.azure.cosmosdb
These are the indexing types available for indexing a path in the Azure Cosmos DB database service.
isEmpty() - Method in class com.microsoft.azure.cosmosdb.SqlParameterCollection
 
isPopulateQuotaInfo() - Method in class com.microsoft.azure.cosmosdb.RequestOptions
Gets the PopulateQuotaInfo setting for document collection read requests in the Azure Cosmos DB database service.
isScriptLoggingEnabled() - Method in class com.microsoft.azure.cosmosdb.RequestOptions
Gets whether Javascript stored procedure logging is enabled for the current request in the Azure Cosmos DB database service or not.
isStartFromBeginning() - Method in class com.microsoft.azure.cosmosdb.ChangeFeedOptions
Get whether change feed should start from beginning (true) or from current (false).
iterator() - Method in class com.microsoft.azure.cosmosdb.SqlParameterCollection
 

J

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

M

MASTER_PARTITION_KEY_RANGE_ID - Static variable in class com.microsoft.azure.cosmosdb.PartitionKeyRange
 
MAXIMUM_EXCLUSIVE_EFFECTIVE_PARTITION_KEY - Static variable in class com.microsoft.azure.cosmosdb.PartitionKeyRange
 
MediaOptions - Class in com.microsoft.azure.cosmosdb
Options used with attachment content (aka media) creation in the Azure Cosmos DB database service.
MediaOptions() - Constructor for class com.microsoft.azure.cosmosdb.MediaOptions
 
MediaReadMode - Enum in com.microsoft.azure.cosmosdb
Represents the mode for use with downloading attachment content (aka media) from the Azure Cosmos DB database service.
MediaResponse - Class in com.microsoft.azure.cosmosdb
Response associated with retrieving attachment content in the Azure Cosmos DB database service.
MINIMUM_INCLUSIVE_EFFECTIVE_PARTITION_KEY - Static variable in class com.microsoft.azure.cosmosdb.PartitionKeyRange
 

N

noChanges(FeedResponse<T>) - Static method in class com.microsoft.azure.cosmosdb.BridgeInternal
 
noChanges(RxDocumentServiceResponse) - Static method in class com.microsoft.azure.cosmosdb.BridgeInternal
 

O

Offer - Class in com.microsoft.azure.cosmosdb
Represents an offer in the Azure Cosmos DB database service.
Offer(int) - Constructor for class com.microsoft.azure.cosmosdb.Offer
Initialize an new instance of the Offer object.
Offer(String) - Constructor for class com.microsoft.azure.cosmosdb.Offer
Initialize an offer object from json string.

P

PartitionKey - Class in com.microsoft.azure.cosmosdb
Represents a partition key value in the Azure Cosmos DB database service.
PartitionKey(Object) - Constructor for class com.microsoft.azure.cosmosdb.PartitionKey
Constructor.
PartitionKeyDefinition - Class in com.microsoft.azure.cosmosdb
Represents a partition key definition in the Azure Cosmos DB database service.
PartitionKeyDefinition() - Constructor for class com.microsoft.azure.cosmosdb.PartitionKeyDefinition
Constructor.
PartitionKeyDefinition(String) - Constructor for class com.microsoft.azure.cosmosdb.PartitionKeyDefinition
Constructor.
PartitionKeyRange - Class in com.microsoft.azure.cosmosdb
Represent a partition key range in the Azure Cosmos DB database service.
PartitionKeyRange() - Constructor for class com.microsoft.azure.cosmosdb.PartitionKeyRange
Initialize a partition key range object.
PartitionKeyRange(String) - Constructor for class com.microsoft.azure.cosmosdb.PartitionKeyRange
Initialize a partition key range object from json string.
PartitionKeyRange(String, String, String) - Constructor for class com.microsoft.azure.cosmosdb.PartitionKeyRange
 
PartitionKind - Enum in com.microsoft.azure.cosmosdb
Specifies the partition scheme for an multiple-partitioned collection in the Azure Cosmos DB database service.
Permission - Class in com.microsoft.azure.cosmosdb
Represents a per-User Permission to access a specific resource e.g.
Permission() - Constructor for class com.microsoft.azure.cosmosdb.Permission
Initialize a permission object.
Permission(String) - Constructor for class com.microsoft.azure.cosmosdb.Permission
Initialize a permission object from json string.
PermissionMode - Enum in com.microsoft.azure.cosmosdb
Enumeration specifying applicability of permission in the Azure Cosmos DB database service.

Q

queryAttachments(String, String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for attachments.
queryAttachments(String, SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for attachments.
queryCollections(String, String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for document collections in a database.
queryCollections(String, SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for document collections in a database.
queryConflicts(String, String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for conflicts.
queryConflicts(String, SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for conflicts.
queryDatabases(String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for databases.
queryDatabases(SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for databases.
queryDocumentChangeFeed(String, ChangeFeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for documents change feed in a document collection.
queryDocuments(String, String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for documents in a document collection.
queryDocuments(String, SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for documents in a document collection.
queryOffers(String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for offers in a database.
queryOffers(SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for offers in a database.
queryPermissions(String, String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for permissions.
queryPermissions(String, SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for permissions.
queryStoredProcedures(String, String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for stored procedures in a document collection.
queryStoredProcedures(String, SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for stored procedures in a document collection.
queryTriggers(String, String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for triggers.
queryTriggers(String, SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for triggers.
queryUserDefinedFunctions(String, String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for user defined functions.
queryUserDefinedFunctions(String, SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for user defined functions.
queryUsers(String, String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for users.
queryUsers(String, SqlQuerySpec, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Query for users.

R

Range(DataType) - Static method in class com.microsoft.azure.cosmosdb.Index
Returns an instance of RangeIndex class with specified DataType.
Range(DataType, int) - Static method in class com.microsoft.azure.cosmosdb.Index
Returns an instance of RangeIndex class with specified DataType and precision.
RangeIndex - Class in com.microsoft.azure.cosmosdb
Represents a range index in the Azure Cosmos DB database service.
RangeIndex(DataType) - Constructor for class com.microsoft.azure.cosmosdb.RangeIndex
Initializes a new instance of the RangeIndex class with specified DataType.
RangeIndex(DataType, int) - Constructor for class com.microsoft.azure.cosmosdb.RangeIndex
Initializes a new instance of the RangeIndex class with specified DataType and precision.
RangeIndex(String) - Constructor for class com.microsoft.azure.cosmosdb.RangeIndex
Initializes a new instance of the RangeIndex class with json string.
readAttachment(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads an attachment.
readAttachments(String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads all attachments in a document.
readCollection(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads a document collection by the collection link.
readCollections(String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads all document collections in a database.
readConflict(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads a conflict.
readConflicts(String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads all conflicts in a document collection.
readDatabase(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads a database.
readDatabases(FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads all databases.
readDocument(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads a document by the document link.
readDocuments(String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads all documents in a document collection.
readMedia(String) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads a media by the media link.
readOffer(String) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads an offer.
readOffers(FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads offers.
readPartitionKeyRanges(String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads all partition key ranges in a document collection.
readPermission(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads a permission.
readPermissions(String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads all permissions.
readStoredProcedure(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Read a stored procedure by the stored procedure link.
readStoredProcedures(String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads all stored procedures in a document collection link.
readTrigger(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads a trigger by the trigger link.
readTriggers(String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads all triggers in a document collection.
readUser(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads a user.
readUserDefinedFunction(String, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Read a user defined function.
readUserDefinedFunctions(String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads all user defined functions in a document collection.
readUsers(String, FeedOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Reads all users in a database.
remove(String) - Method in class com.microsoft.azure.cosmosdb.JsonSerializable
Removes a value by propertyName.
remove(Object) - Method in class com.microsoft.azure.cosmosdb.SqlParameterCollection
 
removeAll(Collection<?>) - Method in class com.microsoft.azure.cosmosdb.SqlParameterCollection
 
replaceAttachment(Attachment, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Replaces an attachment.
replaceCollection(DocumentCollection, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Replaces a document collection.
replaceDocument(String, Object, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Replaces a document using a POJO object.
replaceDocument(Document, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Replaces a document with the passed in document.
replaceOffer(Offer) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Replaces an offer.
replacePermission(Permission, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Replaces a permission.
replaceStoredProcedure(StoredProcedure, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Replaces a stored procedure.
replaceTrigger(Trigger, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Replaces a trigger.
replaceUser(User, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Replaces a user.
replaceUserDefinedFunction(UserDefinedFunction, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Replaces a user defined function.
ReplicationPolicy - Class in com.microsoft.azure.cosmosdb
Encapsulates the replication policy in the Azure Cosmos DB database service.
ReplicationPolicy(String) - Constructor for class com.microsoft.azure.cosmosdb.ReplicationPolicy
Constructor.
RequestOptions - Class in com.microsoft.azure.cosmosdb
Encapsulates options that can be specified for a request issued to the Azure Cosmos DB database service.
RequestOptions() - Constructor for class com.microsoft.azure.cosmosdb.RequestOptions
 
Resource - Class in com.microsoft.azure.cosmosdb
Represents the base resource in the Azure Cosmos DB database service.
Resource() - Constructor for class com.microsoft.azure.cosmosdb.Resource
Constructor.
Resource(String, ObjectMapper) - Constructor for class com.microsoft.azure.cosmosdb.Resource
Constructor.
Resource(String) - Constructor for class com.microsoft.azure.cosmosdb.Resource
Constructor.
ResourceResponse<T extends Resource> - Class in com.microsoft.azure.cosmosdb
Represents the service response to a request made from DocumentClient in the Azure Cosmos DB database service.
retainAll(Collection<?>) - Method in class com.microsoft.azure.cosmosdb.SqlParameterCollection
 
RetryOptions - Class in com.microsoft.azure.cosmosdb
Encapsulates retry options in the Azure Cosmos DB database service.
RetryOptions() - Constructor for class com.microsoft.azure.cosmosdb.RetryOptions
Creates a new instance of the RetryOptions class and initializes all properties to default values.

S

SerializationFormattingPolicy - Enum in com.microsoft.azure.cosmosdb
The formatting policy associated with JSON serialization in the Azure Cosmos DB database service.
set(String, T) - Method in class com.microsoft.azure.cosmosdb.JsonSerializable
Sets the value of a property.
setAccessCondition(AccessCondition) - Method in class com.microsoft.azure.cosmosdb.RequestOptions
Sets the conditions associated with the request.
setAutomatic(boolean) - Method in class com.microsoft.azure.cosmosdb.IndexingPolicy
Sets whether automatic indexing is enabled for a collection.
setBody(String) - Method in class com.microsoft.azure.cosmosdb.StoredProcedure
Set the body of the stored procedure.
setBody(String) - Method in class com.microsoft.azure.cosmosdb.Trigger
Set the body of the trigger.
setBody(String) - Method in class com.microsoft.azure.cosmosdb.UserDefinedFunction
Set the body of the user defined function.
setCondition(String) - Method in class com.microsoft.azure.cosmosdb.AccessCondition
Sets the value of the condition - for AccessConditionType IfMatchs and IfNotMatch, this is the ETag that has to be compared to.
setConnectionMode(ConnectionMode) - Method in class com.microsoft.azure.cosmosdb.ConnectionPolicy
Sets the connection mode used in the client.
setConsistencyLevel(ConsistencyLevel) - Method in class com.microsoft.azure.cosmosdb.RequestOptions
Sets the consistency level required for the request.
setContentType(String) - Method in class com.microsoft.azure.cosmosdb.Attachment
Sets the MIME content type of the attachment.
setContentType(String) - Method in class com.microsoft.azure.cosmosdb.MediaOptions
Sets the HTTP ContentType header value.
setDataType(DataType) - Method in class com.microsoft.azure.cosmosdb.HashIndex
Sets data type.
setDataType(DataType) - Method in class com.microsoft.azure.cosmosdb.RangeIndex
Sets data type.
setDataType(DataType) - Method in class com.microsoft.azure.cosmosdb.SpatialIndex
Sets data type.
setDefaultConsistencyLevel(ConsistencyLevel) - Method in class com.microsoft.azure.cosmosdb.ConsistencyPolicy
Set the name of the resource.
setDefaultTimeToLive(Integer) - Method in class com.microsoft.azure.cosmosdb.DocumentCollection
Sets the collection's default time-to-live value.
setEmitVerboseTracesInQuery(Boolean) - Method in class com.microsoft.azure.cosmosdb.FeedOptions
Sets the option to allow queries to emit out verbose traces for investigation.
setEnableCrossPartitionQuery(Boolean) - Method in class com.microsoft.azure.cosmosdb.FeedOptions
Sets the option to allow queries to run across all partitions of the collection.
setEnableEndpointDiscovery(boolean) - Method in class com.microsoft.azure.cosmosdb.ConnectionPolicy
Sets the flag to enable endpoint discovery for geo-replicated database accounts.
setEnableScanInQuery(Boolean) - Method in class com.microsoft.azure.cosmosdb.FeedOptions
Sets the option to allow scan on the queries which couldn't be served as indexing was opted out on the requested paths.
setEndpoint(String) - Method in class com.microsoft.azure.cosmosdb.DatabaseAccountLocation
Sets the endpoint (the URI) of the database account location.
setExcludedPaths(Collection<ExcludedPath>) - Method in class com.microsoft.azure.cosmosdb.IndexingPolicy
 
setId(String) - Method in class com.microsoft.azure.cosmosdb.Resource
Sets the name of the resource.
setIdleConnectionTimeoutInMillis(int) - Method in class com.microsoft.azure.cosmosdb.ConnectionPolicy
sets the value of the timeout for an idle connection.
setIncludedPaths(Collection<IncludedPath>) - Method in class com.microsoft.azure.cosmosdb.IndexingPolicy
 
setIndexes(Collection<Index>) - Method in class com.microsoft.azure.cosmosdb.IncludedPath
 
setIndexingDirective(IndexingDirective) - Method in class com.microsoft.azure.cosmosdb.RequestOptions
Sets the indexing directive (index, do not index etc).
setIndexingMode(IndexingMode) - Method in class com.microsoft.azure.cosmosdb.IndexingPolicy
Sets the indexing mode (consistent or lazy).
setIndexingPolicy(IndexingPolicy) - Method in class com.microsoft.azure.cosmosdb.DocumentCollection
Sets the indexing policy.
setKind(PartitionKind) - Method in class com.microsoft.azure.cosmosdb.PartitionKeyDefinition
Sets the partition algorithm used to calculate the partition id given a partition key.
setMaxBufferedItemCount(int) - Method in class com.microsoft.azure.cosmosdb.FeedOptions
Sets the maximum number of items that can be buffered client side during parallel query execution.
setMaxDegreeOfParallelism(int) - Method in class com.microsoft.azure.cosmosdb.FeedOptions
Sets the number of concurrent operations run client side during parallel query execution.
setMaxExclusive(String) - Method in class com.microsoft.azure.cosmosdb.PartitionKeyRange
 
setMaxItemCount(Integer) - Method in class com.microsoft.azure.cosmosdb.FeedOptionsBase
Sets the maximum number of items to be returned in the enumeration operation.
setMaxPoolSize(int) - Method in class com.microsoft.azure.cosmosdb.ConnectionPolicy
Sets the value of the connection pool size, the default is 1000.
setMaxRetryAttemptsOnThrottledRequests(int) - Method in class com.microsoft.azure.cosmosdb.RetryOptions
Sets the maximum number of retries in the case where the request fails because the service has applied rate limiting on the client.
setMaxRetryWaitTimeInSeconds(int) - Method in class com.microsoft.azure.cosmosdb.RetryOptions
Sets the maximum retry time in seconds.
setMaxStalenessIntervalInSeconds(int) - Method in class com.microsoft.azure.cosmosdb.ConsistencyPolicy
Sets the in bounded staleness consistency, the maximum allowed staleness in terms time interval.
setMaxStalenessPrefix(int) - Method in class com.microsoft.azure.cosmosdb.ConsistencyPolicy
Sets the bounded staleness consistency, the maximum allowed staleness in terms difference in sequence numbers (aka version).
setMediaLink(String) - Method in class com.microsoft.azure.cosmosdb.Attachment
Sets the media link associated with the attachment content.
setMediaReadMode(MediaReadMode) - Method in class com.microsoft.azure.cosmosdb.ConnectionPolicy
Sets the attachment content (aka media) download mode.
setMediaRequestTimeoutInMillis(int) - Method in class com.microsoft.azure.cosmosdb.ConnectionPolicy
Gets or sets Time to wait for response from network peer for attachment content (aka media) operations.
setMinInclusive(String) - Method in class com.microsoft.azure.cosmosdb.PartitionKeyRange
 
setName(String) - Method in class com.microsoft.azure.cosmosdb.DatabaseAccountLocation
Sets the name of the database account location.
setName(String) - Method in class com.microsoft.azure.cosmosdb.SqlParameter
Sets the name of the parameter.
setOfferThroughput(Integer) - Method in class com.microsoft.azure.cosmosdb.RequestOptions
Sets the throughput in the form of Request Units per second when creating a document collection.
setOfferType(String) - Method in class com.microsoft.azure.cosmosdb.Offer
Sets the OfferType for the resource offer.
setOfferType(String) - Method in class com.microsoft.azure.cosmosdb.RequestOptions
Sets the offer type when creating a document collection.
setOfferVersion(String) - Method in class com.microsoft.azure.cosmosdb.Offer
Sets the offer version.
setParameters(SqlParameterCollection) - Method in class com.microsoft.azure.cosmosdb.SqlQuerySpec
Sets the collection of query parameters.
setPartitionKey(PartitionKeyDefinition) - Method in class com.microsoft.azure.cosmosdb.DocumentCollection
Sets the collection's partition key definition.
setPartitionKey(PartitionKey) - Method in class com.microsoft.azure.cosmosdb.FeedOptionsBase
Sets the partition key used to identify the current request's target partition.
setPartitionKey(PartitionKey) - Method in class com.microsoft.azure.cosmosdb.RequestOptions
Sets the partition key used to identify the current request's target partition.
setPartitionKeyRangeId(String) - Method in class com.microsoft.azure.cosmosdb.ChangeFeedOptions
Set the partition key range id for the current request
setPartitionKeyRangeIdInternal(String) - Method in class com.microsoft.azure.cosmosdb.FeedOptions
Sets the partitionKeyRangeId.
setPartitionKeyRengeId(String) - Method in class com.microsoft.azure.cosmosdb.RequestOptions
Internal usage only: Sets the partition key range id used to identify the current request's target partition.
setPath(String) - Method in class com.microsoft.azure.cosmosdb.ExcludedPath
Sets path.
setPath(String) - Method in class com.microsoft.azure.cosmosdb.IncludedPath
Sets path.
setPaths(Collection<String>) - Method in class com.microsoft.azure.cosmosdb.PartitionKeyDefinition
Sets the document property paths for the partition key.
setPaths(Collection<String>) - Method in class com.microsoft.azure.cosmosdb.UniqueKey
Sets the paths, a set of which must be unique for each document in the Azure Cosmos DB service.
setPermissionMode(PermissionMode) - Method in class com.microsoft.azure.cosmosdb.Permission
Sets the permission mode.
setPopulateQuotaInfo(boolean) - Method in class com.microsoft.azure.cosmosdb.RequestOptions
Sets the PopulateQuotaInfo setting for document collection read requests in the Azure Cosmos DB database service.
setPostTriggerInclude(List<String>) - Method in class com.microsoft.azure.cosmosdb.RequestOptions
Sets the triggers to be invoked after the operation.
setPrecision(int) - Method in class com.microsoft.azure.cosmosdb.HashIndex
Sets precision.
setPrecision(int) - Method in class com.microsoft.azure.cosmosdb.RangeIndex
Sets precision.
setPreferredLocations(Collection<String>) - Method in class com.microsoft.azure.cosmosdb.ConnectionPolicy
Sets the preferred locations for geo-replicated database accounts.
setPreTriggerInclude(List<String>) - Method in class com.microsoft.azure.cosmosdb.RequestOptions
Sets the triggers to be invoked before the operation.
setQueryText(String) - Method in class com.microsoft.azure.cosmosdb.SqlQuerySpec
Sets the text of the query.
setRequestContinuation(String) - Method in class com.microsoft.azure.cosmosdb.FeedOptionsBase
Sets the request continuation token.
setRequestTimeoutInMillis(int) - Method in class com.microsoft.azure.cosmosdb.ConnectionPolicy
Sets the request timeout (time to wait for response from network peer) in milliseconds.
setResourceId(String) - Method in class com.microsoft.azure.cosmosdb.Resource
Set the ID associated with the resource.
setResourceLink(String) - Method in class com.microsoft.azure.cosmosdb.Permission
Sets the self-link of resource to which the permission applies.
setResourcePartitionKey(PartitionKey) - Method in class com.microsoft.azure.cosmosdb.Permission
Sets the resource partition key associated with this permission object.
setResourceTokenExpirySeconds(Integer) - Method in class com.microsoft.azure.cosmosdb.RequestOptions
Sets the expiry time for resource token.
setResponseContinuationTokenLimitInKb(int) - Method in class com.microsoft.azure.cosmosdb.FeedOptions
Sets the ResponseContinuationTokenLimitInKb request option for document query requests in the Azure Cosmos DB service.
setRetryOptions(RetryOptions) - Method in class com.microsoft.azure.cosmosdb.ConnectionPolicy
Sets the retry policy options associated with the DocumentClient instance.
setScriptLoggingEnabled(boolean) - Method in class com.microsoft.azure.cosmosdb.RequestOptions
Sets whether Javascript stored procedure logging is enabled for the current request in the Azure Cosmos DB database service or not.
setSessionToken(String) - Method in class com.microsoft.azure.cosmosdb.FeedOptions
Sets the session token for use with session consistency.
setSessionToken(String) - Method in class com.microsoft.azure.cosmosdb.RequestOptions
Sets the token for use with session consistency.
setSlug(String) - Method in class com.microsoft.azure.cosmosdb.MediaOptions
Sets the HTTP Slug header value.
setStartFromBeginning(boolean) - Method in class com.microsoft.azure.cosmosdb.ChangeFeedOptions
Set whether change feed should start from beginning (true) or from current (false).
setThroughput(int) - Method in class com.microsoft.azure.cosmosdb.Offer
Sets the offer throughput for this offer.
setTimeToLive(Integer) - Method in class com.microsoft.azure.cosmosdb.Document
Sets the document's time-to-live value.
setTriggerOperation(TriggerOperation) - Method in class com.microsoft.azure.cosmosdb.Trigger
Set the operation type of the trigger.
setTriggerType(TriggerType) - Method in class com.microsoft.azure.cosmosdb.Trigger
Set the type of the resource.
setType(AccessConditionType) - Method in class com.microsoft.azure.cosmosdb.AccessCondition
Sets the condition type.
setUniqueKeyPolicy(UniqueKeyPolicy) - Method in class com.microsoft.azure.cosmosdb.DocumentCollection
 
setUniqueKeys(Collection<UniqueKey>) - Method in class com.microsoft.azure.cosmosdb.UniqueKeyPolicy
 
setUserAgentSuffix(String) - Method in class com.microsoft.azure.cosmosdb.ConnectionPolicy
sets the value of the user-agent suffix.
setValue(Object) - Method in class com.microsoft.azure.cosmosdb.SqlParameter
Sets the value of the parameter.
size() - Method in class com.microsoft.azure.cosmosdb.SqlParameterCollection
 
Spatial(DataType) - Static method in class com.microsoft.azure.cosmosdb.Index
Returns an instance of SpatialIndex class with specified DataType.
SpatialIndex - Class in com.microsoft.azure.cosmosdb
Represents a spatial index in the Azure Cosmos DB database service.
SpatialIndex(DataType) - Constructor for class com.microsoft.azure.cosmosdb.SpatialIndex
Initializes a new instance of the SpatialIndex class.
SpatialIndex(String) - Constructor for class com.microsoft.azure.cosmosdb.SpatialIndex
Initializes a new instance of the SpatialIndex class.
SqlParameter - Class in com.microsoft.azure.cosmosdb
Represents a SQL parameter in the SqlQuerySpec used for queries in the Azure Cosmos DB database service.
SqlParameter() - Constructor for class com.microsoft.azure.cosmosdb.SqlParameter
Initializes a new instance of the SqlParameter class.
SqlParameter(String, Object) - Constructor for class com.microsoft.azure.cosmosdb.SqlParameter
Initializes a new instance of the SqlParameter class with the name and value of the parameter.
SqlParameterCollection - Class in com.microsoft.azure.cosmosdb
Represents a collection of SQL parameters to for a SQL query in the Azure Cosmos DB database service.
SqlParameterCollection() - Constructor for class com.microsoft.azure.cosmosdb.SqlParameterCollection
Initializes a new instance of the SqlParameterCollection class.
SqlParameterCollection(SqlParameter...) - Constructor for class com.microsoft.azure.cosmosdb.SqlParameterCollection
Initializes a new instance of the SqlParameterCollection class from an array of parameters.
SqlParameterCollection(Collection<SqlParameter>) - Constructor for class com.microsoft.azure.cosmosdb.SqlParameterCollection
Initializes a new instance of the SqlParameterCollection class from a collection of parameters.
SqlQuerySpec - Class in com.microsoft.azure.cosmosdb
Represents a SQL query in the Azure Cosmos DB database service.
SqlQuerySpec() - Constructor for class com.microsoft.azure.cosmosdb.SqlQuerySpec
Initializes a new instance of the SqlQuerySpec class.
SqlQuerySpec(String) - Constructor for class com.microsoft.azure.cosmosdb.SqlQuerySpec
Initializes a new instance of the SqlQuerySpec class with the text of the query.
SqlQuerySpec(String, SqlParameterCollection) - Constructor for class com.microsoft.azure.cosmosdb.SqlQuerySpec
Initializes a new instance of the SqlQuerySpec class with the text of the query and parameters.
StoredProcedure - Class in com.microsoft.azure.cosmosdb
Represents a stored procedure in the Azure Cosmos DB database service.
StoredProcedure() - Constructor for class com.microsoft.azure.cosmosdb.StoredProcedure
Constructor.
StoredProcedure(String) - Constructor for class com.microsoft.azure.cosmosdb.StoredProcedure
Constructor.
StoredProcedureResponse - Class in com.microsoft.azure.cosmosdb
Represents the response returned from a stored procedure in the Azure Cosmos DB database service.

T

toArray() - Method in class com.microsoft.azure.cosmosdb.SqlParameterCollection
 
toArray(T[]) - Method in class com.microsoft.azure.cosmosdb.SqlParameterCollection
 
toChaneFeedResponsePage(RxDocumentServiceResponse, Class<T>) - Static method in class com.microsoft.azure.cosmosdb.BridgeInternal
 
toDatabaseAccount(RxDocumentServiceResponse) - Static method in class com.microsoft.azure.cosmosdb.BridgeInternal
 
toFeedResponsePage(RxDocumentServiceResponse, Class<T>) - Static method in class com.microsoft.azure.cosmosdb.BridgeInternal
 
toJson() - Method in class com.microsoft.azure.cosmosdb.JsonSerializable
Converts to a JSON string.
toJson(SerializationFormattingPolicy) - Method in class com.microsoft.azure.cosmosdb.JsonSerializable
Converts to a JSON string.
toMediaResponse(RxDocumentServiceResponse, boolean) - Static method in class com.microsoft.azure.cosmosdb.BridgeInternal
 
toObject(Class<T>) - Method in class com.microsoft.azure.cosmosdb.JsonSerializable
Converts to an Object (only POJOs and JSONObject are supported).
toRange() - Method in class com.microsoft.azure.cosmosdb.PartitionKeyRange
 
toResourceResponse(RxDocumentServiceResponse, Class<T>) - Static method in class com.microsoft.azure.cosmosdb.BridgeInternal
 
toStoredProcedureResponse(RxDocumentServiceResponse) - Static method in class com.microsoft.azure.cosmosdb.BridgeInternal
 
toString() - Method in class com.microsoft.azure.cosmosdb.ConnectionPolicy
 
toString() - Method in class com.microsoft.azure.cosmosdb.JsonSerializable
Gets Simple String representation of property bag.
toString() - Method in class com.microsoft.azure.cosmosdb.PartitionKey
Serialize the PartitionKey object to a JSON string.
toString() - Method in class com.microsoft.azure.cosmosdb.Undefined
Returns the string representation of Undfined.
Trigger - Class in com.microsoft.azure.cosmosdb
Represents a trigger in the Azure Cosmos DB database service.
Trigger() - Constructor for class com.microsoft.azure.cosmosdb.Trigger
Constructor.
Trigger(String) - Constructor for class com.microsoft.azure.cosmosdb.Trigger
Constructor.
TriggerOperation - Enum in com.microsoft.azure.cosmosdb
Specifies the operations on which a trigger should be executed in the Azure Cosmos DB database service.
TriggerType - Enum in com.microsoft.azure.cosmosdb
The trigger type in the Azure Cosmos DB database service.

U

Undefined - Class in com.microsoft.azure.cosmosdb
Represents the 'Undefined' partition key in the Azure Cosmos DB database service.
UniqueKey - Class in com.microsoft.azure.cosmosdb
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.microsoft.azure.cosmosdb.UniqueKey
 
UniqueKey(String) - Constructor for class com.microsoft.azure.cosmosdb.UniqueKey
 
UniqueKeyPolicy - Class in com.microsoft.azure.cosmosdb
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.microsoft.azure.cosmosdb.UniqueKeyPolicy
 
UniqueKeyPolicy(String) - Constructor for class com.microsoft.azure.cosmosdb.UniqueKeyPolicy
Constructor.
updateMedia(String, InputStream, MediaOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Updates a media by the media link.
upsertAttachment(String, Attachment, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Upserts an attachment.
upsertAttachment(String, InputStream, MediaOptions, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Upserts an attachment to the media stream After subscription the operation will be performed.
upsertDocument(String, Object, RequestOptions, boolean) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Upserts a document.
upsertPermission(String, Permission, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Upserts a permission.
upsertStoredProcedure(String, StoredProcedure, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Upserts a stored procedure.
upsertTrigger(String, Trigger, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Upserts a trigger.
upsertUser(String, User, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Upserts a user.
upsertUserDefinedFunction(String, UserDefinedFunction, RequestOptions) - Method in interface com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient
Upserts a user defined function.
User - Class in com.microsoft.azure.cosmosdb
Represents a database user in the Azure Cosmos DB database service.
User() - Constructor for class com.microsoft.azure.cosmosdb.User
Initialize a user object.
User(String) - Constructor for class com.microsoft.azure.cosmosdb.User
Initialize a user object from json string.
UserDefinedFunction - Class in com.microsoft.azure.cosmosdb
Represents a user defined function in the Azure Cosmos DB database service.
UserDefinedFunction() - Constructor for class com.microsoft.azure.cosmosdb.UserDefinedFunction
Constructor.
UserDefinedFunction(String) - Constructor for class com.microsoft.azure.cosmosdb.UserDefinedFunction
Constructor.

V

Value() - Static method in class com.microsoft.azure.cosmosdb.Undefined
Returns the singleton value of Undefined.
valueOf(String) - Static method in enum com.microsoft.azure.cosmosdb.AccessConditionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.cosmosdb.ConnectionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.cosmosdb.ConsistencyLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.cosmosdb.DataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.cosmosdb.IndexingDirective
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.cosmosdb.IndexingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.cosmosdb.IndexKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.cosmosdb.MediaReadMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.cosmosdb.PartitionKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.cosmosdb.PermissionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.cosmosdb.SerializationFormattingPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.cosmosdb.TriggerOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.cosmosdb.TriggerType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microsoft.azure.cosmosdb.AccessConditionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.cosmosdb.ConnectionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.cosmosdb.ConsistencyLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.cosmosdb.DataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.cosmosdb.IndexingDirective
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.cosmosdb.IndexingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.cosmosdb.IndexKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.cosmosdb.MediaReadMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.cosmosdb.PartitionKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.cosmosdb.PermissionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.cosmosdb.SerializationFormattingPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.cosmosdb.TriggerOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.cosmosdb.TriggerType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withConnectionPolicy(ConnectionPolicy) - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
 
withConsistencyLevel(ConsistencyLevel) - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
 
withMasterKey(String) - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
 
withServiceEndpoint(String) - Method in class com.microsoft.azure.cosmosdb.rx.AsyncDocumentClient.Builder
 
A B C D E F G H I J M N O P Q R S T U V W 
Skip navigation links

Copyright © 2018. All rights reserved.