- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for DFS_WITNESS (0.04 sec)
-
docs/smb3-features/06-witness-protocol-design.md
```java public enum WitnessServiceType { CLUSTER_WITNESS, // Cluster-aware witness service FILE_SERVER_WITNESS, // Individual file server witness SCALE_OUT_WITNESS, // Scale-out file server witness DFS_WITNESS // DFS namespace witness } public enum WitnessVersion { VERSION_1(0x00010001), // Windows Server 2012 VERSION_2(0x00020000); // Windows Server 2012 R2+ private final int version;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 02:53:50 UTC 2025 - 42K bytes - Viewed (0)