Uses of Class
com.azure.resourcemanager.cosmos.models.SqlContainerResource
Packages that use SqlContainerResource
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of SqlContainerResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return SqlContainerResourceModifier and TypeMethodDescriptionSqlContainerCreateUpdateProperties.resource()Get the resource property: The standard JSON format of a container.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type SqlContainerResourceModifier and TypeMethodDescriptionSqlContainerCreateUpdateProperties.withResource(SqlContainerResource resource) Set the resource property: The standard JSON format of a container. -
Uses of SqlContainerResource in com.azure.resourcemanager.cosmos.models
Subclasses of SqlContainerResource in com.azure.resourcemanager.cosmos.modelsModifier and TypeClassDescriptionfinal classCosmos DB SQL container resource object.final classThe SqlContainerGetPropertiesResource model.Methods in com.azure.resourcemanager.cosmos.models that return SqlContainerResourceModifier and TypeMethodDescriptionSqlContainerCreateUpdateParameters.resource()Get the resource property: The standard JSON format of a container.SqlContainerResource.withAnalyticalStorageTtl(Long analyticalStorageTtl) Set the analyticalStorageTtl property: Analytical TTL.SqlContainerResource.withClientEncryptionPolicy(ClientEncryptionPolicy clientEncryptionPolicy) Set the clientEncryptionPolicy property: The client encryption policy for the container.SqlContainerResource.withConflictResolutionPolicy(ConflictResolutionPolicy conflictResolutionPolicy) Set the conflictResolutionPolicy property: The conflict resolution policy for the container.SqlContainerResource.withDefaultTtl(Integer defaultTtl) Set the defaultTtl property: Default time to live.Set the id property: Name of the Cosmos DB SQL container.SqlContainerResource.withIndexingPolicy(IndexingPolicy indexingPolicy) Set the indexingPolicy property: The configuration of the indexing policy.SqlContainerResource.withPartitionKey(ContainerPartitionKey partitionKey) Set the partitionKey property: The configuration of the partition key to be used for partitioning data into multiple partitions.SqlContainerResource.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 SqlContainerResourceModifier and TypeMethodDescriptionSqlContainerCreateUpdateParameters.withResource(SqlContainerResource resource) Set the resource property: The standard JSON format of a container.