Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<CosmosAsyncContainerResponse> |
CosmosAsyncDatabase.createContainer(CosmosContainerProperties containerProperties)
Creates a document container.
|
reactor.core.publisher.Mono<CosmosAsyncContainerResponse> |
CosmosAsyncDatabase.createContainer(CosmosContainerProperties containerProperties,
CosmosContainerRequestOptions options)
Creates a document container.
|
reactor.core.publisher.Mono<CosmosAsyncContainerResponse> |
CosmosAsyncDatabase.createContainer(CosmosContainerProperties containerProperties,
int throughput)
Creates a document container.
|
reactor.core.publisher.Mono<CosmosAsyncContainerResponse> |
CosmosAsyncDatabase.createContainer(CosmosContainerProperties containerProperties,
int throughput,
CosmosContainerRequestOptions options)
Creates a document container.
|
reactor.core.publisher.Mono<CosmosAsyncContainerResponse> |
CosmosAsyncDatabase.createContainer(String id,
String partitionKeyPath)
Creates a document container.
|
reactor.core.publisher.Mono<CosmosAsyncContainerResponse> |
CosmosAsyncDatabase.createContainer(String id,
String partitionKeyPath,
int throughput)
Creates a document container.
|
reactor.core.publisher.Mono<CosmosAsyncContainerResponse> |
CosmosAsyncDatabase.createContainerIfNotExists(CosmosContainerProperties containerProperties)
Creates a document container if it does not exist on the service.
|
reactor.core.publisher.Mono<CosmosAsyncContainerResponse> |
CosmosAsyncDatabase.createContainerIfNotExists(CosmosContainerProperties containerProperties,
int throughput)
Creates a document container if it does not exist on the service.
|
reactor.core.publisher.Mono<CosmosAsyncContainerResponse> |
CosmosAsyncDatabase.createContainerIfNotExists(String id,
String partitionKeyPath)
Creates a document container if it does not exist on the service.
|
reactor.core.publisher.Mono<CosmosAsyncContainerResponse> |
CosmosAsyncDatabase.createContainerIfNotExists(String id,
String partitionKeyPath,
int throughput)
Creates a document container if it does not exist on the service.
|
reactor.core.publisher.Mono<CosmosAsyncContainerResponse> |
CosmosAsyncContainer.delete()
Deletes the item container
|
reactor.core.publisher.Mono<CosmosAsyncContainerResponse> |
CosmosAsyncContainer.delete(CosmosContainerRequestOptions options)
Deletes the item container
|
reactor.core.publisher.Mono<CosmosAsyncContainerResponse> |
CosmosAsyncContainer.read()
Reads the document container
|
reactor.core.publisher.Mono<CosmosAsyncContainerResponse> |
CosmosAsyncContainer.read(CosmosContainerRequestOptions options)
Reads the document container by the container link.
|
reactor.core.publisher.Mono<CosmosAsyncContainerResponse> |
CosmosAsyncContainer.replace(CosmosContainerProperties containerSettings)
Replaces a document container.
|
reactor.core.publisher.Mono<CosmosAsyncContainerResponse> |
CosmosAsyncContainer.replace(CosmosContainerProperties containerSettings,
CosmosContainerRequestOptions options)
Replaces a document container.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.