ServicePartitionKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates the type of partitioning scheme that is used.
public enum ServicePartitionKind
type ServicePartitionKind =
Public Enum ServicePartitionKind
- Inheritance
-
ServicePartitionKind
Fields
Name | Value | Description |
---|---|---|
Invalid | 0 | Indicates the partition kind is invalid. |
Singleton | 1 | Indicates that the partition is based on string names, and is a SingletonPartitionInformation object, that was originally created via SingletonPartitionSchemeDescription. |
Int64Range | 2 | Indicates that the partition is based on Int64 key ranges, and is an Int64RangePartitionInformation object that was originally created via UniformInt64RangePartitionSchemeDescription. |
Named | 3 | Indicates that the partition is based on string names, and is a NamedPartitionInformation object, that was originally created via NamedPartitionSchemeDescription. |
Remarks
ServicePartitionKind defines the value of the Kind property of the ServicePartitionInformation class.
Applies to
Azure SDK for .NET