Modifier and Type | Method and Description |
---|---|
CosmosContainerRequestOptions |
CosmosContainerRequestOptions.setAccessCondition(AccessCondition accessCondition)
Sets the conditions associated with the request.
|
CosmosContainerRequestOptions |
CosmosContainerRequestOptions.setConsistencyLevel(ConsistencyLevel consistencyLevel)
Sets the consistency level required for the request.
|
CosmosContainerRequestOptions |
CosmosContainerRequestOptions.setPopulateQuotaInfo(boolean populateQuotaInfo)
Sets the PopulateQuotaInfo setting for cosmos container read requests in the Azure Cosmos DB database service.
|
CosmosContainerRequestOptions |
CosmosContainerRequestOptions.setSessionToken(String sessionToken)
Sets the token for use with session consistency.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<CosmosAsyncContainerResponse> |
CosmosAsyncDatabase.createContainer(CosmosContainerProperties containerProperties,
CosmosContainerRequestOptions options)
Creates a document container.
|
CosmosContainerResponse |
CosmosDatabase.createContainer(CosmosContainerProperties containerProperties,
CosmosContainerRequestOptions options)
Creates a cosmos container.
|
reactor.core.publisher.Mono<CosmosAsyncContainerResponse> |
CosmosAsyncDatabase.createContainer(CosmosContainerProperties containerProperties,
int throughput,
CosmosContainerRequestOptions options)
Creates a document container.
|
CosmosContainerResponse |
CosmosDatabase.createContainer(CosmosContainerProperties containerProperties,
int throughput,
CosmosContainerRequestOptions options)
Creates a cosmos container.
|
reactor.core.publisher.Mono<CosmosAsyncContainerResponse> |
CosmosAsyncContainer.delete(CosmosContainerRequestOptions options)
Deletes the item container
|
CosmosContainerResponse |
CosmosContainer.delete(CosmosContainerRequestOptions options)
Delete cosmos sync container response.
|
reactor.core.publisher.Mono<CosmosAsyncContainerResponse> |
CosmosAsyncContainer.read(CosmosContainerRequestOptions options)
Reads the document container by the container link.
|
CosmosContainerResponse |
CosmosContainer.read(CosmosContainerRequestOptions options)
Read cosmos sync container response.
|
reactor.core.publisher.Mono<CosmosAsyncContainerResponse> |
CosmosAsyncContainer.replace(CosmosContainerProperties containerSettings,
CosmosContainerRequestOptions options)
Replaces a document container.
|
CosmosContainerResponse |
CosmosContainer.replace(CosmosContainerProperties containerProperties,
CosmosContainerRequestOptions options)
Replace cosmos sync container response.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.