- 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(Class<T>) - Method in class com.microsoft.azure.cosmosdb.Conflict
-
Gets the conflicting resource in the Azure Cosmos DB service.
- 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.
- getSourceResourceId() - Method in class com.microsoft.azure.cosmosdb.Conflict
-
Gets the resource ID for the conflict in the Azure Cosmos DB service.
- 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.
- 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.
- 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.