Uses of Class
com.azure.resourcemanager.cosmos.models.ContainerPartitionKey
Packages that use ContainerPartitionKey
Package
Description
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 ContainerPartitionKeyModifier and TypeMethodDescriptionstatic ContainerPartitionKey
ContainerPartitionKey.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ContainerPartitionKey from the JsonReader.GremlinGraphResource.partitionKey()
Get the partitionKey property: The configuration of the partition key to be used for partitioning data into multiple partitions.SqlContainerResource.partitionKey()
Get the partitionKey property: The configuration of the partition key to be used for partitioning data into multiple partitions.ContainerPartitionKey.withKind
(PartitionKind kind) Set the kind property: Indicates the kind of algorithm used for partitioning.Set the paths property: List of paths using which data within the container can be partitioned.ContainerPartitionKey.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 ContainerPartitionKeyModifier and TypeMethodDescriptionGremlinGraphGetPropertiesResource.withPartitionKey
(ContainerPartitionKey partitionKey) Set the partitionKey property: The configuration of the partition key to be used for partitioning data into multiple partitions.GremlinGraphResource.withPartitionKey
(ContainerPartitionKey partitionKey) Set the partitionKey property: The configuration of the partition key to be used for partitioning data into multiple partitions.RestorableSqlContainerPropertiesResourceContainer.withPartitionKey
(ContainerPartitionKey partitionKey) Set the partitionKey property: The configuration of the partition key to be used for partitioning data into multiple partitions.SqlContainerGetPropertiesResource.withPartitionKey
(ContainerPartitionKey partitionKey) Set the partitionKey property: The configuration of the partition key to be used for partitioning data into multiple partitions.SqlContainerResource.withPartitionKey
(ContainerPartitionKey partitionKey) Set the partitionKey property: The configuration of the partition key to be used for partitioning data into multiple partitions.