Uses of Class
com.azure.resourcemanager.cosmos.models.SqlContainerGetPropertiesResource
-
Packages that use SqlContainerGetPropertiesResource 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 SqlContainerGetPropertiesResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return SqlContainerGetPropertiesResource Modifier and Type Method Description SqlContainerGetPropertiesResourceSqlContainerGetProperties. resource()Get the resource property: The resource property.SqlContainerGetPropertiesResourceSqlContainerGetResultsInner. resource()Get the resource property: The resource property.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type SqlContainerGetPropertiesResource Modifier and Type Method Description SqlContainerGetPropertiesSqlContainerGetProperties. withResource(SqlContainerGetPropertiesResource resource)Set the resource property: The resource property.SqlContainerGetResultsInnerSqlContainerGetResultsInner. withResource(SqlContainerGetPropertiesResource resource)Set the resource property: The resource property. -
Uses of SqlContainerGetPropertiesResource in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return SqlContainerGetPropertiesResource Modifier and Type Method Description SqlContainerGetPropertiesResourceSqlContainerGetPropertiesResource. withAnalyticalStorageTtl(Long analyticalStorageTtl)Set the analyticalStorageTtl property: Analytical TTL.SqlContainerGetPropertiesResourceSqlContainerGetPropertiesResource. withConflictResolutionPolicy(ConflictResolutionPolicy conflictResolutionPolicy)Set the conflictResolutionPolicy property: The conflict resolution policy for the container.SqlContainerGetPropertiesResourceSqlContainerGetPropertiesResource. withDefaultTtl(Integer defaultTtl)Set the defaultTtl property: Default time to live.SqlContainerGetPropertiesResourceSqlContainerGetPropertiesResource. withId(String id)Set the id property: Name of the Cosmos DB SQL container.SqlContainerGetPropertiesResourceSqlContainerGetPropertiesResource. withIndexingPolicy(IndexingPolicy indexingPolicy)Set the indexingPolicy property: The configuration of the indexing policy.SqlContainerGetPropertiesResourceSqlContainerGetPropertiesResource. withPartitionKey(ContainerPartitionKey partitionKey)Set the partitionKey property: The configuration of the partition key to be used for partitioning data into multiple partitions.SqlContainerGetPropertiesResourceSqlContainerGetPropertiesResource. 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.
-