Microsoft.Windows.FileServer.DFSN.NamespaceDFS 命名空间

Microsoft.Windows.FileServer.DFSN.Namespace (ClassType)

使用 DFS 命名空间可以将位于不同服务器上的共享文件夹组合到一个或多个逻辑结构的命名空间中。DFS 命名空间由命名空间根目录和托管此根目录的命名空间服务器组成。根目录下为 DFS 文件夹(链接),这些文件夹(链接)是指向被称为文件夹目标(链接目标)的共享文件夹的虚拟文件夹。

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId8920012f-228f-198c-1507-332c129a12f2

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHS) Description (CHS) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  显示名称 监视对象的显示名称。 false 256  False 
Microsoft.Windows.FileServer.DFSN.Namespace:
NamespaceName  string  命名空间名称 DFS 命名空间的名称 true 256  False 
State  string  状态 false 25  False 
Timeout  double  超时 超时 false 256   
NamespaceType  string  命名空间的类型 命名空间的类型 false 25  False 
LinksCount  double  链接数 DFS 命名空间中的链接数 false 256   
RootTargetsCount  double  根目标数 DFS 命名空间中的根目标数 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>