Modifier and Type | Method and Description |
---|---|
PartitionKind |
PartitionKeyDefinition.getKind()
Sets the partition algorithm used to calculate the partition id given a partition key.
|
static PartitionKind |
PartitionKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartitionKind[] |
PartitionKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
PartitionKeyDefinition |
PartitionKeyDefinition.setKind(PartitionKind kind)
Sets the partition algorithm used to calculate the partition id given a partition key.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.