Uses of Class
com.azure.resourcemanager.cosmos.models.RestorableSqlContainerPropertiesResourceContainer
Packages that use RestorableSqlContainerPropertiesResourceContainer
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of RestorableSqlContainerPropertiesResourceContainer in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return RestorableSqlContainerPropertiesResourceContainerModifier and TypeMethodDescriptionRestorableSqlContainerPropertiesResource.container()Get the container property: Cosmos DB SQL container resource object.RestorableSqlContainerPropertiesResourceContainer.withAnalyticalStorageTtl(Long analyticalStorageTtl) Set the analyticalStorageTtl property: Analytical TTL.RestorableSqlContainerPropertiesResourceContainer.withClientEncryptionPolicy(ClientEncryptionPolicy clientEncryptionPolicy) Set the clientEncryptionPolicy property: The client encryption policy for the container.RestorableSqlContainerPropertiesResourceContainer.withConflictResolutionPolicy(ConflictResolutionPolicy conflictResolutionPolicy) Set the conflictResolutionPolicy property: The conflict resolution policy for the container.RestorableSqlContainerPropertiesResourceContainer.withDefaultTtl(Integer defaultTtl) Set the defaultTtl property: Default time to live.Set the id property: Name of the Cosmos DB SQL container.RestorableSqlContainerPropertiesResourceContainer.withIndexingPolicy(IndexingPolicy indexingPolicy) Set the indexingPolicy property: The configuration of the indexing policy.RestorableSqlContainerPropertiesResourceContainer.withPartitionKey(ContainerPartitionKey partitionKey) Set the partitionKey property: The configuration of the partition key to be used for partitioning data into multiple partitions.RestorableSqlContainerPropertiesResourceContainer.withUniqueKeyPolicy(UniqueKeyPolicy uniqueKeyPolicy) Set the uniqueKeyPolicy property: The unique key policy configuration for specifying uniqueness constraints on documents in the collection in the Azure Cosmos DB service.Methods in com.azure.resourcemanager.cosmos.models with parameters of type RestorableSqlContainerPropertiesResourceContainerModifier and TypeMethodDescriptionRestorableSqlContainerPropertiesResource.withContainer(RestorableSqlContainerPropertiesResourceContainer container) Set the container property: Cosmos DB SQL container resource object.