Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<CosmosContainerResponse> |
CosmosDatabase.createContainer(CosmosContainerProperties containerSettings)
Creates a document container.
|
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)
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> |
CosmosDatabase.createContainer(String id,
String partitionKeyPath)
Creates a document container.
|
reactor.core.publisher.Mono<CosmosContainerResponse> |
CosmosDatabase.createContainer(String id,
String partitionKeyPath,
int throughput)
Creates a document container.
|
reactor.core.publisher.Mono<CosmosContainerResponse> |
CosmosDatabase.createContainerIfNotExists(CosmosContainerProperties containerSettings)
Creates a document container if it does not exist on the service.
|
reactor.core.publisher.Mono<CosmosContainerResponse> |
CosmosDatabase.createContainerIfNotExists(CosmosContainerProperties containerSettings,
int throughput)
Creates a document container if it does not exist on the service.
|
reactor.core.publisher.Mono<CosmosContainerResponse> |
CosmosDatabase.createContainerIfNotExists(String id,
String partitionKeyPath)
Creates a document container if it does not exist on the service.
|
reactor.core.publisher.Mono<CosmosContainerResponse> |
CosmosDatabase.createContainerIfNotExists(String id,
String partitionKeyPath,
int throughput)
Creates a document container if it does not exist on the service.
|
reactor.core.publisher.Mono<CosmosContainerResponse> |
CosmosContainer.delete()
Deletes the item container
After subscription the operation will be performed.
|
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()
Reads the document 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)
Replaces a document container.
|
reactor.core.publisher.Mono<CosmosContainerResponse> |
CosmosContainer.replace(CosmosContainerProperties containerSettings,
CosmosContainerRequestOptions options)
Replaces a document container.
|
Copyright © 2019. All rights reserved.