Modifier and Type | Method and Description |
---|---|
CosmosContainerProperties |
CosmosAsyncContainerResponse.getProperties()
Gets the container properties
|
CosmosContainerProperties |
CosmosContainerResponse.getProperties()
Gets the container properties
|
CosmosContainerProperties |
CosmosContainerProperties.setConflictResolutionPolicy(ConflictResolutionPolicy value)
Sets the conflictResolutionPolicy that is used for resolving conflicting writes
on documents in different regions, in a collection in the Azure Cosmos DB service.
|
CosmosContainerProperties |
CosmosContainerProperties.setIndexingPolicy(IndexingPolicy indexingPolicy)
Sets the container's indexing policy
|
CosmosContainerProperties |
CosmosContainerProperties.setPartitionKeyDefinition(PartitionKeyDefinition partitionKeyDefinition)
Sets the containers's partition key definition.
|
CosmosContainerProperties |
CosmosContainerProperties.setUniqueKeyPolicy(UniqueKeyPolicy uniqueKeyPolicy)
Sets the Containers unique key policy
|
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<CosmosAsyncContainerResponse> |
CosmosAsyncDatabase.createContainer(CosmosContainerProperties containerProperties)
Creates a document container.
|
CosmosContainerResponse |
CosmosDatabase.createContainer(CosmosContainerProperties containerProperties)
Creates a cosmos container.
|
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)
Creates a document container.
|
CosmosContainerResponse |
CosmosDatabase.createContainer(CosmosContainerProperties containerProperties,
int throughput)
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> |
CosmosAsyncDatabase.createContainerIfNotExists(CosmosContainerProperties containerProperties)
Creates a document container if it does not exist on the service.
|
CosmosContainerResponse |
CosmosDatabase.createContainerIfNotExists(CosmosContainerProperties containerProperties)
Create container if not exists cosmos sync container response.
|
reactor.core.publisher.Mono<CosmosAsyncContainerResponse> |
CosmosAsyncDatabase.createContainerIfNotExists(CosmosContainerProperties containerProperties,
int throughput)
Creates a document container if it does not exist on the service.
|
CosmosContainerResponse |
CosmosDatabase.createContainerIfNotExists(CosmosContainerProperties containerProperties,
int throughput)
Create container if not exists cosmos sync container response.
|
reactor.core.publisher.Mono<CosmosAsyncContainerResponse> |
CosmosAsyncContainer.replace(CosmosContainerProperties containerSettings)
Replaces a document container.
|
CosmosContainerResponse |
CosmosContainer.replace(CosmosContainerProperties containerProperties)
Replace 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.