Uses of Class
com.azure.data.cosmos.PartitionKeyDefinition
-
Packages that use PartitionKeyDefinition Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB. -
-
Uses of PartitionKeyDefinition in com.azure.data.cosmos
Methods in com.azure.data.cosmos that return PartitionKeyDefinition Modifier and Type Method Description PartitionKeyDefinition
PartitionKeyDefinition. kind(PartitionKind kind)
Sets the partition algorithm used to calculate the partition id given a partition key.PartitionKeyDefinition
CosmosContainerProperties. partitionKeyDefinition()
Gets the containers's partition key definition.PartitionKeyDefinition
PartitionKeyDefinition. paths(List<String> paths)
Sets the document property paths for the partition key.PartitionKeyDefinition
PartitionKeyDefinition. version(PartitionKeyDefinitionVersion version)
Methods in com.azure.data.cosmos with parameters of type PartitionKeyDefinition Modifier and Type Method Description CosmosContainerProperties
CosmosContainerProperties. partitionKeyDefinition(PartitionKeyDefinition partitionKeyDefinition)
Sets the containers's partition key definition.Constructors in com.azure.data.cosmos with parameters of type PartitionKeyDefinition Constructor Description CosmosContainerProperties(String id, PartitionKeyDefinition partitionKeyDefinition)
Constructor
-