NodeImpactLevel Enum

Definition

Enumerates the effective impact that a repair is expected to have on a particular node.

This type supports the Service Fabric platform; it is not meant to be used directly from your code.

public enum NodeImpactLevel
type NodeImpactLevel = 
Public Enum NodeImpactLevel
Inheritance
NodeImpactLevel

Fields

Invalid 0

Indicates that the node impact level is invalid.

None 1

Indicates that no impact is expected.

Pause 5

Indicates that no impact is expected but this node will not be considered for new replica placement or moves.

RemoveData 3

Indicates that the node is expected to stop, and may lose all of its persisted state prior to restarting.

RemoveNode 4

Indicates that the node is to be removed from the cluster.

Restart 2

Indicates that the node is expected to stop and eventually restart.

Applies to