Int64RangePartitionInformation クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
パーティション構成に基づく整数範囲のパーティション情報について説明します。 サービスは、 クラスを使用してサービスが作成されるときに、この種類 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
- 継承
プロパティ
HighKey |
このパーティションの最大キー値を指定します。 |
Id |
このパーティションのパーティション ID を GUID として指定します。 (継承元 ServicePartitionInformation) |
Kind |
パーティションの種類について説明します。 (継承元 ServicePartitionInformation) |
LowKey |
このパーティションの最小キー値を指定します。 |
適用対象
Azure SDK for .NET