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
Public Enumeration DfsTargetPriorityClass
public enum class DfsTargetPriorityClass
type DfsTargetPriorityClass
Members
| Member name | Value | Description |
---|
| DfsInvalidPriorityClass | -1 | The priority class is not valid. |
| DfsSiteCostNormalPriorityClass | 0 | The middle or "normal" site cost priority class for a DFS target. |
| DfsGlobalHighPriorityClass | 1 | The highest priority class for a DFS target. Targets assigned this class receive global preference. |
| DfsSiteCostHighPriorityClass | 2 | The 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. |
| DfsSiteCostLowPriorityClass | 3 | The 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. |
| DfsGlobalLowPriorityClass | 4 | The lowest level of priority class for a DFS target. Targets assigned this class receive the least preference globally. |
See Also