你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Int64RangePartitionInformation 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
描述基于分区方案的整数范围的分区信息。 使用 UniformInt64RangePartitionSchemeDescription 类创建服务时,服务会观察这种类型的 ServicePartitionInformation 。 Int64RangePartitionInformation派生自 IServicePartition ,并作为 或 IStatelessServicePartition的IStatefulServicePartition一部分提供给服务,后者通过有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
- 继承
属性
HighKey |
指定此分区的最大键值。 |
Id |
将此分区的分区 ID 指定为 GUID。 (继承自 ServicePartitionInformation) |
Kind |
描述分区的类型。 (继承自 ServicePartitionInformation) |
LowKey |
指定此分区的最小键值。 |