PartitionKeyDefinitionVersion Enum
- java.
lang. Object - java.
lang. Enum<PartitionKeyDefinitionVersion> - com.
microsoft. azure. cosmosdb. PartitionKeyDefinitionVersion
- com.
- java.
public enum PartitionKeyDefinitionVersion
Partitioning version.
Fields
V1 |
Original version of hash partitioning. |
V2 |
Enhanced version of hash partitioning - offers better distribution of long partition keys and uses less storage. This version should be used for any practical purpose, but it is available in newer SDKs only. |
val |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java