NamedPartitionInformation Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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 à
Azure SDK for .NET