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

Int64RangePartitionInformation 类

定义

描述基于分区方案的整数范围的分区信息。 使用 UniformInt64RangePartitionSchemeDescription 类创建服务时,服务会观察这种类型的 ServicePartitionInformationInt64RangePartitionInformation派生自 IServicePartition ,并作为 或 IStatelessServicePartitionIStatefulServicePartition一部分提供给服务,后者通过有OpenAsync(ReplicaOpenMode, IStatefulServicePartition, CancellationToken)状态或无OpenAsync(IStatelessServicePartition, CancellationToken)状态方法传入。

public sealed class Int64RangePartitionInformation : System.Fabric.ServicePartitionInformation
type Int64RangePartitionInformation = class
    inherit ServicePartitionInformation
Public NotInheritable Class Int64RangePartitionInformation
Inherits ServicePartitionInformation
继承
Int64RangePartitionInformation

属性

HighKey

指定此分区的最大键值。

Id

将此分区的分区 ID 指定为 GUID。

(继承自 ServicePartitionInformation)
Kind

描述分区的类型。

(继承自 ServicePartitionInformation)
LowKey

指定此分区的最小键值。

适用于