ServicePartitionKind Enum
- java.
lang. Object - java.
lang. Enum<ServicePartitionKind> - system.
fabric. ServicePartitionKind
- system.
- java.
public enum ServicePartitionKind
Indicates the type of partitioning scheme that is used.
Remarks:
system.fabric.ServicePartitionKind defines the value of the kind property of the ServicePartitionInformation class.
Fields
Int64Range |
Indicates that the partition is based on Int64 key ranges, and is an Int64RangePartitionInformation object |
Invalid |
Indicates the partition kind is invalid. |
Named |
Indicates that the partition is based on string names, and is a NamedPartitionInformation object |
Singleton |
Indicates that the partition is based on string names, and is a SingletonPartitionInformation object |
Methods
getValue()
public int getValue()
Gets the system.fabric.ServicePartitionKind value;
Returns
Applies to
Azure SDK for Java