Uses of Class
com.microsoft.azure.management.cosmosdb.ContainerResource
-
-
Uses of ContainerResource in com.microsoft.azure.management.cosmosdb
Methods in com.microsoft.azure.management.cosmosdb that return ContainerResource Modifier and Type Method Description ContainerResourceContainerCreateUpdateParameters. resource()Get the standard JSON format of a container.ContainerResourceContainerResource. withConflictResolutionPolicy(ConflictResolutionPolicy conflictResolutionPolicy)Set the conflict resolution policy for the container.ContainerResourceContainerResource. withDefaultTtl(Integer defaultTtl)Set default time to live.ContainerResourceContainerResource. withId(String id)Set name of the Cosmos DB container.ContainerResourceContainerResource. withIndexingPolicy(IndexingPolicy indexingPolicy)Set the configuration of the indexing policy.ContainerResourceContainerResource. withPartitionKey(ContainerPartitionKey partitionKey)Set the configuration of the partition key to be used for partitioning data into multiple partitions.ContainerResourceContainerResource. withUniqueKeyPolicy(UniqueKeyPolicy uniqueKeyPolicy)Set the unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.Methods in com.microsoft.azure.management.cosmosdb with parameters of type ContainerResource Modifier and Type Method Description ContainerCreateUpdateParametersContainerCreateUpdateParameters. withResource(ContainerResource resource)Set the standard JSON format of a container.
-