Microsoft.Windows.FileServer.DFSN.NamespaceDFS Namespace

Microsoft.Windows.FileServer.DFSN.Namespace (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
ElementId8920012f-228f-198c-1507-332c129a12f2

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.FileServer.DFSN.Namespace:
NamespaceName  string  Namespace Name Name of the DFS Namespace true 256  False 
State  string  State false 25  False 
Timeout  double  Timeout Timeout false 256   
NamespaceType  string  Type of Namespace Type of Namespace false 25  False 
LinksCount  double  Number of Links Number of links in the DFS namespace false 256   
RootTargetsCount  double  Number of Root Targets Number of root targets in the DFS namespace false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.FileServer.DFSN.Namespace" Accessibility="Public" Abstract="false" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="NamespaceName" Type="string" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="State" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="25"/>
<Property ID="Timeout" Type="double" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="NamespaceType" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="25"/>
<Property ID="LinksCount" Type="double" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="RootTargetsCount" Type="double" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>