Package | Description |
---|---|
com.microsoft.azure.management.cosmosdb |
This package contains the classes for CosmosDB.
|
Modifier and Type | Method and Description |
---|---|
SqlContainerResource |
SqlContainerCreateUpdateParameters.resource()
Get the standard JSON format of a container.
|
SqlContainerResource |
SqlContainerResource.withConflictResolutionPolicy(ConflictResolutionPolicy conflictResolutionPolicy)
Set the conflict resolution policy for the container.
|
SqlContainerResource |
SqlContainerResource.withDefaultTtl(Integer defaultTtl)
Set default time to live.
|
SqlContainerResource |
SqlContainerResource.withId(String id)
Set name of the Cosmos DB SQL container.
|
SqlContainerResource |
SqlContainerResource.withIndexingPolicy(IndexingPolicy indexingPolicy)
Set the configuration of the indexing policy.
|
SqlContainerResource |
SqlContainerResource.withPartitionKey(ContainerPartitionKey partitionKey)
Set the configuration of the partition key to be used for partitioning data into multiple partitions.
|
SqlContainerResource |
SqlContainerResource.withUniqueKeyPolicy(UniqueKeyPolicy uniqueKeyPolicy)
Set the unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.
|
Modifier and Type | Method and Description |
---|---|
SqlContainerCreateUpdateParameters |
SqlContainerCreateUpdateParameters.withResource(SqlContainerResource resource)
Set the standard JSON format of a container.
|
Copyright © 2019. All rights reserved.