Uses of Class
com.azure.cosmos.models.CosmosDatabaseRequestOptions
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 CosmosDatabaseRequestOptions in com.azure.cosmos
Modifier and TypeMethodDescriptionCosmosAsyncClient.createDatabase
(CosmosDatabaseProperties databaseProperties, CosmosDatabaseRequestOptions options) Creates a database.CosmosAsyncClient.createDatabase
(CosmosDatabaseProperties databaseProperties, ThroughputProperties throughputProperties, CosmosDatabaseRequestOptions options) Creates a database.CosmosClient.createDatabase
(CosmosDatabaseProperties databaseProperties, CosmosDatabaseRequestOptions options) Creates a database.CosmosClient.createDatabase
(CosmosDatabaseProperties databaseProperties, ThroughputProperties throughputProperties, CosmosDatabaseRequestOptions options) Creates a Cosmos database.CosmosAsyncDatabase.delete
(CosmosDatabaseRequestOptions options) Deletes the current Cosmos database while specifying additional request options.CosmosDatabase.delete
(CosmosDatabaseRequestOptions options) Delete the current Cosmos database while specifying additional request options.CosmosAsyncDatabase.read
(CosmosDatabaseRequestOptions options) Reads a database.CosmosDatabase.read
(CosmosDatabaseRequestOptions options) Reads the current Cosmos database while specifying additional request options. -
Uses of CosmosDatabaseRequestOptions in com.azure.cosmos.models
Modifier and TypeMethodDescriptionCosmosDatabaseRequestOptions.setIfMatchETag
(String ifMatchETag) Sets the If-Match (ETag) associated with the request in the Azure Cosmos DB service.CosmosDatabaseRequestOptions.setIfNoneMatchETag
(String ifNoneMatchETag) Sets the If-None-Match (ETag) associated with the request in the Azure Cosmos DB service.