Uses of Enum
com.azure.cosmos.models.PartitionKeyDefinitionVersion
Packages that use PartitionKeyDefinitionVersion
Package
Description
This package provides rest contracts for interacting with Azure Cosmos DB SQL APIs.
-
Uses of PartitionKeyDefinitionVersion in com.azure.cosmos.models
Methods in com.azure.cosmos.models that return PartitionKeyDefinitionVersionModifier and TypeMethodDescriptionPartitionKeyDefinition.getVersion()
Gets version.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.Methods in com.azure.cosmos.models with parameters of type PartitionKeyDefinitionVersionModifier and TypeMethodDescriptionPartitionKeyDefinition.setVersion
(PartitionKeyDefinitionVersion version) Sets version.