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