你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServicePartitionKind Enum

  • java.lang.Object
    • java.lang.Enum<ServicePartitionKind>
      • system.fabric.ServicePartitionKind

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

int
integer value representing system.fabric.ServicePartitionKind.

Applies to