Mono<CosmosContainerResponse> |
CosmosDatabase.createContainer(CosmosContainerProperties containerSettings) |
Creates a document container.
|
Mono<CosmosContainerResponse> |
CosmosDatabase.createContainer(CosmosContainerProperties containerProperties,
int throughput) |
Creates a document container.
|
Mono<CosmosContainerResponse> |
CosmosDatabase.createContainer(CosmosContainerProperties containerProperties,
int throughput,
CosmosContainerRequestOptions options) |
Creates a document container.
|
Mono<CosmosContainerResponse> |
CosmosDatabase.createContainer(CosmosContainerProperties containerProperties,
CosmosContainerRequestOptions options) |
Creates a document container.
|
Mono<CosmosContainerResponse> |
CosmosDatabase.createContainer(String id,
String partitionKeyPath) |
Creates a document container.
|
Mono<CosmosContainerResponse> |
CosmosDatabase.createContainer(String id,
String partitionKeyPath,
int throughput) |
Creates a document container.
|
Mono<CosmosContainerResponse> |
CosmosDatabase.createContainerIfNotExists(CosmosContainerProperties containerProperties) |
Creates a document container if it does not exist on the service.
|
Mono<CosmosContainerResponse> |
CosmosDatabase.createContainerIfNotExists(CosmosContainerProperties containerProperties,
int throughput) |
Creates a document container if it does not exist on the service.
|
Mono<CosmosContainerResponse> |
CosmosDatabase.createContainerIfNotExists(String id,
String partitionKeyPath) |
Creates a document container if it does not exist on the service.
|
Mono<CosmosContainerResponse> |
CosmosDatabase.createContainerIfNotExists(String id,
String partitionKeyPath,
int throughput) |
Creates a document container if it does not exist on the service.
|
Mono<CosmosContainerResponse> |
CosmosContainer.delete() |
Deletes the item container
After subscription the operation will be performed.
|
Mono<CosmosContainerResponse> |
CosmosContainer.delete(CosmosContainerRequestOptions options) |
Deletes the item container
After subscription the operation will be performed.
|
Mono<CosmosContainerResponse> |
CosmosContainer.read() |
Reads the document container
After subscription the operation will be performed.
|
Mono<CosmosContainerResponse> |
CosmosContainer.read(CosmosContainerRequestOptions options) |
Reads the document container by the container link.
|
Mono<CosmosContainerResponse> |
CosmosContainer.replace(CosmosContainerProperties containerSettings) |
Replaces a document container.
|
Mono<CosmosContainerResponse> |
CosmosContainer.replace(CosmosContainerProperties containerSettings,
CosmosContainerRequestOptions options) |
Replaces a document container.
|