Microsoft.Windows.DfsNamespaceDFS Namespace

Microsoft.Windows.DfsNamespace (ClassType)

A DFS namespace enables you to group shared folders that are located on different servers into one or more logically structured namespaces. A DFS namespace consists of a namespace root and the namespace servers that host the root. Below the root are DFS folders (links), which are virtual folders that point to shared folders referred to as folder targets (link targets).

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId8a8a5519-4b30-0f56-7071-5e1990ceacb3

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.Windows.DfsNamespace:
NamespaceName  string  DFS Namespace true 100  False 
DfsRootType  string  Namespace Type false 12  False 
State  string  State false 14  False 
Timeout  double  Timeout false 20   
LinksCount  int  Number of Links false   
RootTargetsCount  int  Number of Root Targets false   

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.DfsNamespace" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="NamespaceName" Type="string" Key="true" CaseSensitive="false" Length="100" MinLength="0"/>
<Property ID="DfsRootType" Type="string" Key="false" CaseSensitive="false" Length="12" MinLength="0"/>
<Property ID="State" Type="string" Key="false" CaseSensitive="false" Length="14" MinLength="0"/>
<Property ID="Timeout" Type="double" Key="false" CaseSensitive="false" Length="20" MinLength="0"/>
<Property ID="LinksCount" Type="int" Key="false" CaseSensitive="false" Length="6" MinLength="0"/>
<Property ID="RootTargetsCount" Type="int" Key="false" CaseSensitive="false" Length="2" MinLength="0"/>
</ClassType>