NamedPartitionInformation クラス

定義

名前のパーティション情報を、パーティション構成に基づく文字列として記述します。 サービスでは、 を使用してサービスが作成されるときに、この種類 ServicePartitionInformation の が観察されます NamedPartitionSchemeDescriptionNamedPartitionInformationは インターフェイスからIServicePartition派生し、 または IStatelessServicePartition インターフェイスのIStatefulServicePartition一部としてサービスに提供されます。これはステートフルOpenAsync(ReplicaOpenMode, IStatefulServicePartition, CancellationToken)またはステートレス OpenAsync(IStatelessServicePartition, CancellationToken)の間に渡されます。

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

プロパティ

Id

このパーティションのパーティション ID を GUID として指定します。

(継承元 ServicePartitionInformation)
Kind

パーティションの種類について説明します。

(継承元 ServicePartitionInformation)
Name

サービスのこのパーティションの名前を示します。

適用対象