Int64RangePartitionInformation クラス

定義

パーティション構成に基づく整数範囲のパーティション情報について説明します。 サービスは、 クラスを使用してサービスが作成されるときに、この種類 ServicePartitionInformation の を UniformInt64RangePartitionSchemeDescription 観察します。 Int64RangePartitionInformationは からIServicePartition派生し、 または のIStatefulServicePartitionIStatelessServicePartition一部としてサービスに提供されます。これはステートフル 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

このパーティションの最小キー値を指定します。

適用対象