Uses of Class
com.azure.resourcemanager.cosmos.models.SqlContainerResource
-
Packages that use SqlContainerResource Package Description com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models 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 SqlContainerResource Modifier and Type Method Description SqlContainerResourceSqlContainerCreateUpdateProperties. resource()Get the resource property: The standard JSON format of a container.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type SqlContainerResource Modifier and Type Method Description SqlContainerCreateUpdatePropertiesSqlContainerCreateUpdateProperties. 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.models Modifier and Type Class Description classRestorableSqlContainerPropertiesResourceContainerCosmos DB SQL container resource object.classSqlContainerGetPropertiesResourceThe SqlContainerGetPropertiesResource model.Methods in com.azure.resourcemanager.cosmos.models that return SqlContainerResource Modifier and Type Method Description SqlContainerResourceSqlContainerCreateUpdateParameters. resource()Get the resource property: The standard JSON format of a container.SqlContainerResourceSqlContainerResource. withAnalyticalStorageTtl(Long analyticalStorageTtl)Set the analyticalStorageTtl property: Analytical TTL.SqlContainerResourceSqlContainerResource. withConflictResolutionPolicy(ConflictResolutionPolicy conflictResolutionPolicy)Set the conflictResolutionPolicy property: The conflict resolution policy for the container.SqlContainerResourceSqlContainerResource. withDefaultTtl(Integer defaultTtl)Set the defaultTtl property: Default time to live.SqlContainerResourceSqlContainerResource. withId(String id)Set the id property: Name of the Cosmos DB SQL container.SqlContainerResourceSqlContainerResource. withIndexingPolicy(IndexingPolicy indexingPolicy)Set the indexingPolicy property: The configuration of the indexing policy.SqlContainerResourceSqlContainerResource. withPartitionKey(ContainerPartitionKey partitionKey)Set the partitionKey property: The configuration of the partition key to be used for partitioning data into multiple partitions.SqlContainerResourceSqlContainerResource. 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 SqlContainerResource Modifier and Type Method Description SqlContainerCreateUpdateParametersSqlContainerCreateUpdateParameters. withResource(SqlContainerResource resource)Set the resource property: The standard JSON format of a container.
-