StatefulServicePartition Class

Definition

Represents a stateful service partition.

public sealed class StatefulServicePartition : System.Fabric.Query.Partition
type StatefulServicePartition = class
    inherit Partition
Public NotInheritable Class StatefulServicePartition
Inherits Partition
Inheritance
StatefulServicePartition

Properties

AuxiliaryReplicaCount

Gets the auxiliary replica count for this partition.

HealthState

Gets the health state of the partition.

(Inherited from Partition)
LastQuorumLossDuration

Gets the last quorum loss duration.

MinReplicaSetSize

Gets the minimum replica set size allowed for the partition to keep making progress.

PartitionInformation

Gets the partition information.

(Inherited from Partition)
PartitionStatus

Gets the status of the partition.

(Inherited from Partition)
PrimaryEpoch

Gets the epoch of the partition as seen by the replica

ServiceKind

The type of the partition (Stateful/Stateless)

(Inherited from Partition)
TargetReplicaSetSize

Gets the target replica set size.

Applies to