Freigeben über


Partition Klasse

Definition

Stellt eine Partition dar.

[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Query.StatelessServicePartition))]
[System.Runtime.Serialization.KnownType(typeof(System.Fabric.Query.StatefulServicePartition))]
public abstract class Partition
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Query.StatelessServicePartition))>]
[<System.Runtime.Serialization.KnownType(typeof(System.Fabric.Query.StatefulServicePartition))>]
type Partition = class
Public MustInherit Class Partition
Vererbung
Partition
Abgeleitet
Attribute

Konstruktoren

Partition(ServiceKind, ServicePartitionInformation, HealthState, ServicePartitionStatus)

Initialisiert eine neue instance der Partition.

Eigenschaften

HealthState

Ruft den Integritätszustand der Partition ab.

PartitionInformation

Ruft die Partitionsinformationen ab.

PartitionStatus

Ruft den status der Partition ab.

ServiceKind

Der Typ der Partition (Stateful/Stateless)

Gilt für: