Uses of Class
com.azure.cosmos.models.CosmosContainerRequestOptions
Packages that use CosmosContainerRequestOptions
Package
Description
This package provides interfaces for interacting with Azure Cosmos DB.
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of CosmosContainerRequestOptions in com.azure.cosmos
Methods in com.azure.cosmos with parameters of type CosmosContainerRequestOptionsModifier and TypeMethodDescriptionCosmosAsyncDatabase.createContainer(CosmosContainerProperties containerProperties, CosmosContainerRequestOptions options) Creates a Cosmos container.CosmosAsyncDatabase.createContainer(CosmosContainerProperties containerProperties, ThroughputProperties throughputProperties, CosmosContainerRequestOptions options) Creates a container.CosmosDatabase.createContainer(CosmosContainerProperties containerProperties, CosmosContainerRequestOptions options) Creates a Cosmos container while passing additional request options.CosmosDatabase.createContainer(CosmosContainerProperties containerProperties, ThroughputProperties throughputProperties, CosmosContainerRequestOptions options) Creates a Cosmos container.CosmosAsyncContainer.delete(CosmosContainerRequestOptions options) Deletes the containerCosmosContainer.delete(CosmosContainerRequestOptions options) Deletes the current Cosmos container while specifying additional options such as If-Match.CosmosAsyncContainer.read(CosmosContainerRequestOptions options) Reads the current container while specifying additional options such as If-Match.CosmosContainer.read(CosmosContainerRequestOptions options) Reads the current container while specifying additional options such as If-Match.CosmosAsyncContainer.replace(CosmosContainerProperties containerProperties, CosmosContainerRequestOptions options) Replaces the current container properties while using non-default request options.CosmosContainer.replace(CosmosContainerProperties containerProperties, CosmosContainerRequestOptions options) Replaces the current container properties while specifying additional options such as If-Match. -
Uses of CosmosContainerRequestOptions in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return CosmosContainerRequestOptionsModifier and TypeMethodDescriptionCosmosContainerRequestOptions.setIfMatchETag(String ifMatchETag) Sets the If-Match (ETag) associated with the request in the Azure Cosmos DB service.CosmosContainerRequestOptions.setIfNoneMatchETag(String ifNoneMatchETag) Sets the If-None-Match (ETag) associated with the request in the Azure Cosmos DB service.CosmosContainerRequestOptions.setQuotaInfoEnabled(boolean quotaInfoEnabled) Sets the quotaInfoEnabled setting for cosmos container read requests in the Azure Cosmos DB database service.CosmosContainerRequestOptions.setSessionToken(String sessionToken) Sets the token for use with session consistency.