Modifier and Type | Method and Description |
---|---|
CosmosDatabaseRequestOptions |
CosmosDatabaseRequestOptions.setAccessCondition(AccessCondition accessCondition)
Sets the conditions associated with the request.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<CosmosAsyncDatabaseResponse> |
CosmosAsyncClient.createDatabase(CosmosDatabaseProperties databaseSettings,
CosmosDatabaseRequestOptions options)
Creates a database.
|
CosmosDatabaseResponse |
CosmosClient.createDatabase(CosmosDatabaseProperties databaseProperties,
CosmosDatabaseRequestOptions options)
Creates a database.
|
reactor.core.publisher.Mono<CosmosAsyncDatabaseResponse> |
CosmosAsyncClient.createDatabase(CosmosDatabaseProperties databaseSettings,
int throughput,
CosmosDatabaseRequestOptions options)
Creates a database.
|
CosmosDatabaseResponse |
CosmosClient.createDatabase(CosmosDatabaseProperties databaseProperties,
int throughput,
CosmosDatabaseRequestOptions options)
Creates a database.
|
reactor.core.publisher.Mono<CosmosAsyncDatabaseResponse> |
CosmosAsyncDatabase.delete(CosmosDatabaseRequestOptions options)
Deletes a database.
|
CosmosDatabaseResponse |
CosmosDatabase.delete(CosmosDatabaseRequestOptions options)
Delete a database.
|
reactor.core.publisher.Mono<CosmosAsyncDatabaseResponse> |
CosmosAsyncDatabase.read(CosmosDatabaseRequestOptions options)
Reads a database.
|
CosmosDatabaseResponse |
CosmosDatabase.read(CosmosDatabaseRequestOptions options)
Reads a database.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.