Uses of Class
com.azure.data.cosmos.PartitionKeyDefinitionVersion
-
Packages that use PartitionKeyDefinitionVersion Package Description com.azure.data.cosmos This package provides Rx interfaces for interacting with Azure Cosmos DB. -
-
Uses of PartitionKeyDefinitionVersion in com.azure.data.cosmos
Methods in com.azure.data.cosmos that return PartitionKeyDefinitionVersion Modifier and Type Method Description static PartitionKeyDefinitionVersion
PartitionKeyDefinitionVersion. valueOf(String name)
Returns the enum constant of this type with the specified name.static PartitionKeyDefinitionVersion[]
PartitionKeyDefinitionVersion. values()
Returns an array containing the constants of this enum type, in the order they are declared.PartitionKeyDefinitionVersion
PartitionKeyDefinition. version()
Methods in com.azure.data.cosmos with parameters of type PartitionKeyDefinitionVersion Modifier and Type Method Description PartitionKeyDefinition
PartitionKeyDefinition. version(PartitionKeyDefinitionVersion version)
-