ServicePartitionKind Enum

Definition

Indicates the type of partitioning scheme that is used.

public enum ServicePartitionKind
type ServicePartitionKind = 
Public Enum ServicePartitionKind
Inheritance
ServicePartitionKind

Fields

Int64Range 2

Indicates that the partition is based on Int64 key ranges, and is an Int64RangePartitionInformation object that was originally created via UniformInt64RangePartitionSchemeDescription.

Invalid 0

Indicates the partition kind is invalid.

Named 3

Indicates that the partition is based on string names, and is a NamedPartitionInformation object, that was originally created via NamedPartitionSchemeDescription.

Singleton 1

Indicates that the partition is based on string names, and is a SingletonPartitionInformation object, that was originally created via SingletonPartitionSchemeDescription.

Remarks

ServicePartitionKind defines the value of the Kind property of the ServicePartitionInformation class.

Applies to