Bagikan melalui


PartitionHealth.ReplicaHealthStates Property

Definition

Gets the replica health states for the current partition as found in the health store.

public System.Collections.Generic.IList<System.Fabric.Health.ReplicaHealthState> ReplicaHealthStates { get; }
member this.ReplicaHealthStates : System.Collections.Generic.IList<System.Fabric.Health.ReplicaHealthState>
Public ReadOnly Property ReplicaHealthStates As IList(Of ReplicaHealthState)

Property Value

The replicas of the current partition as found in the health store.

Applies to