Partager via


NamedPartitionInformation Classe

Définition

Décrit les informations de partition pour le nom sous la forme d’une chaîne basée sur des schémas de partition. Les services observent ce type de ServicePartitionInformation lorsque le service est créé avec le NamedPartitionSchemeDescription. NamedPartitionInformation dérive de l’interface IServicePartition et est fourni aux services dans le cadre de l’interface IStatefulServicePartition ou IStatelessServicePartition , qui est transmise pendant le avec OpenAsync(ReplicaOpenMode, IStatefulServicePartition, CancellationToken) état ou sans état OpenAsync(IStatelessServicePartition, CancellationToken).

public sealed class NamedPartitionInformation : System.Fabric.ServicePartitionInformation
type NamedPartitionInformation = class
    inherit ServicePartitionInformation
Public NotInheritable Class NamedPartitionInformation
Inherits ServicePartitionInformation
Héritage
NamedPartitionInformation

Propriétés

Id

Spécifie l’ID de partition de cette partition en tant que GUID.

(Hérité de ServicePartitionInformation)
Kind

Décrit le type de partition.

(Hérité de ServicePartitionInformation)
Name

Indique le nom de cette partition du service.

S’applique à