Partager via


ServicePartitionInformation Classe

Définition

Représente la classe de base pour décrire les partitions.

[System.Runtime.Serialization.KnownType(typeof(System.Fabric.SingletonPartitionInformation))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Int64RangePartitionInformation))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.NamedPartitionInformation))]
public abstract class ServicePartitionInformation
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.SingletonPartitionInformation))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Int64RangePartitionInformation))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.NamedPartitionInformation))>]
type ServicePartitionInformation = class
Public MustInherit Class ServicePartitionInformation
Héritage
ServicePartitionInformation
Dérivé
Attributs

Remarques

Int64RangePartitionInformation, NamedPartitionInformationet SingletonPartitionInformation dérivent tous de ce type.

Propriétés

Id

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

Kind

Décrit le type de partition.

S’applique à