NodeImpactLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Invalid | 0 | Indicates that the node impact level is invalid. |
None | 1 | Indicates that no impact is expected. |
Restart | 2 | Indicates that the node is expected to stop and eventually restart. |
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. |
Pause | 5 | Indicates that no impact is expected but this node will not be considered for new replica placement or moves. |
Applies to
Azure SDK for .NET