Uses of Class
com.azure.resourcemanager.cosmos.models.ContainerPartitionKey
-
Packages that use ContainerPartitionKey Package Description com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of ContainerPartitionKey in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return ContainerPartitionKey Modifier and Type Method Description ContainerPartitionKeyGremlinGraphResource. partitionKey()Get the partitionKey property: The configuration of the partition key to be used for partitioning data into multiple partitions.ContainerPartitionKeySqlContainerResource. partitionKey()Get the partitionKey property: The configuration of the partition key to be used for partitioning data into multiple partitions.ContainerPartitionKeyContainerPartitionKey. withKind(PartitionKind kind)Set the kind property: Indicates the kind of algorithm used for partitioning.ContainerPartitionKeyContainerPartitionKey. withPaths(List<String> paths)Set the paths property: List of paths using which data within the container can be partitioned.ContainerPartitionKeyContainerPartitionKey. withVersion(Integer version)Set the version property: Indicates the version of the partition key definition.Methods in com.azure.resourcemanager.cosmos.models with parameters of type ContainerPartitionKey Modifier and Type Method Description GremlinGraphGetPropertiesResourceGremlinGraphGetPropertiesResource. withPartitionKey(ContainerPartitionKey partitionKey)Set the partitionKey property: The configuration of the partition key to be used for partitioning data into multiple partitions.GremlinGraphResourceGremlinGraphResource. withPartitionKey(ContainerPartitionKey partitionKey)Set the partitionKey property: The configuration of the partition key to be used for partitioning data into multiple partitions.RestorableSqlContainerPropertiesResourceContainerRestorableSqlContainerPropertiesResourceContainer. withPartitionKey(ContainerPartitionKey partitionKey)Set the partitionKey property: The configuration of the partition key to be used for partitioning data into multiple partitions.SqlContainerGetPropertiesResourceSqlContainerGetPropertiesResource. withPartitionKey(ContainerPartitionKey partitionKey)Set the partitionKey property: The configuration of the partition key to be used for partitioning data into multiple partitions.SqlContainerResourceSqlContainerResource. withPartitionKey(ContainerPartitionKey partitionKey)Set the partitionKey property: The configuration of the partition key to be used for partitioning data into multiple partitions.
-