Uses of Class
com.microsoft.azure.management.cosmosdb.SqlContainerResource
Package
Description
This package contains the classes for CosmosDB.
-
Uses of SqlContainerResource in com.microsoft.azure.management.cosmosdb
Modifier and TypeMethodDescriptionSqlContainerCreateUpdateParameters.resource()
Get the standard JSON format of a container.SqlContainerResource.withConflictResolutionPolicy
(ConflictResolutionPolicy conflictResolutionPolicy) Set the conflict resolution policy for the container.SqlContainerResource.withDefaultTtl
(Integer defaultTtl) Set default time to live.Set name of the Cosmos DB SQL container.SqlContainerResource.withIndexingPolicy
(IndexingPolicy indexingPolicy) Set the configuration of the indexing policy.SqlContainerResource.withPartitionKey
(ContainerPartitionKey partitionKey) Set the configuration of the partition key to be used for partitioning data into multiple partitions.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 TypeMethodDescriptionSqlContainerCreateUpdateParameters.withResource
(SqlContainerResource resource) Set the standard JSON format of a container.