ServicePartitionInformation Klasse

Definition

Stellt die Basisklasse zum Beschreiben von Partitionen dar.

[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
Vererbung
ServicePartitionInformation
Abgeleitet
Attribute

Hinweise

Int64RangePartitionInformation, NamedPartitionInformationund SingletonPartitionInformation alle leiten von diesem Typ ab.

Eigenschaften

Id

Gibt die Partitions-ID für diese Partition als GUID an.

Kind

Beschreibt den Partitionstyp.

Gilt für: