Modifier and Type | Method and Description |
---|---|
CosmosContainerRequestOptions |
CosmosContainerRequestOptions.accessCondition(AccessCondition accessCondition)
Sets the conditions associated with the request.
|
CosmosContainerRequestOptions |
CosmosContainerRequestOptions.consistencyLevel(ConsistencyLevel consistencyLevel)
Sets the consistency level required for the request.
|
CosmosContainerRequestOptions |
CosmosContainerRequestOptions.populateQuotaInfo(boolean populateQuotaInfo)
Sets the PopulateQuotaInfo setting for cosmos container read requests in the Azure Cosmos DB database service.
|
CosmosContainerRequestOptions |
CosmosContainerRequestOptions.sessionToken(String sessionToken)
Sets the token for use with session consistency.
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<CosmosContainerResponse> |
CosmosDatabase.createContainer(CosmosContainerProperties containerSettings,
CosmosContainerRequestOptions options)
Creates a document container.
|
reactor.core.publisher.Mono<CosmosContainerResponse> |
CosmosDatabase.createContainer(CosmosContainerProperties containerSettings,
int throughput,
CosmosContainerRequestOptions options)
Creates a document container.
|
reactor.core.publisher.Mono<CosmosContainerResponse> |
CosmosContainer.delete(CosmosContainerRequestOptions options)
Deletes the item container
After subscription the operation will be performed.
|
reactor.core.publisher.Mono<CosmosContainerResponse> |
CosmosContainer.read(CosmosContainerRequestOptions options)
Reads the document container by the container link.
|
reactor.core.publisher.Mono<CosmosContainerResponse> |
CosmosContainer.replace(CosmosContainerProperties containerSettings,
CosmosContainerRequestOptions options)
Replaces a document container.
|
Copyright © 2019. All rights reserved.