Click or drag to resize

DfsTargetPriorityClass Enumeration

Defines the set of possible DFS target priority class settings.

Namespace:  Alphaleonis.Win32.Network
Assembly:  AlphaFS (in AlphaFS.dll) Version: 2.2
Syntax
public enum DfsTargetPriorityClass
Members
  Member nameValueDescription
DfsInvalidPriorityClass-1The priority class is not valid.
DfsSiteCostNormalPriorityClass0The middle or "normal" site cost priority class for a DFS target.
DfsGlobalHighPriorityClass1The highest priority class for a DFS target. Targets assigned this class receive global preference.
DfsSiteCostHighPriorityClass2The highest site cost priority class for a DFS target. Targets assigned this class receive the most preference among targets of the same site cost for a given DFS client.
DfsSiteCostLowPriorityClass3The lowest site cost priority class for a DFS target. Targets assigned this class receive the least preference among targets of the same site cost for a given DFS client.
DfsGlobalLowPriorityClass4The lowest level of priority class for a DFS target. Targets assigned this class receive the least preference globally.
See Also