Microsoft.Windows.FileServer.DFSR.ReplicatedFolder複寫資料夾

Microsoft.Windows.FileServer.DFSR.ReplicatedFolder (ClassType)

複寫資料夾是在每個複寫群組成員上保持同步的資料夾。

Knowledge Base article:

摘要

此類別的執行個體內容是由探索規則探索受監視電腦上的複寫資料夾所設定的。

以下為針對此類別定義的內容:

當探索規則查詢 DFS 複寫 WMI 類別 DfsrReplicatedFolderInfo 來擷取指定伺服器上複寫資料夾的設定時,便會設定這些內容。

其他

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId42e90b63-61d7-b316-0ce5-2c545a8418e2

Class Hierarchy:

Class Properties:

Property Name Type Display Name (CHT) Description (CHT) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  顯示名稱 顯示監視物件的名稱。 false 256  False 
Microsoft.Windows.FileServer.DFSR.ReplicatedFolder:
RGName  string  複寫群組 受監視電腦所屬複寫群組的名稱。 false 256  False 
MemberName  string  成員 複寫群組成員的名稱。 false 256  False 
Enabled  bool  已啟用 複寫資料夾狀態 false 256   
RootPath  string  複寫資料夾 受監視電腦上的複寫資料夾的本機路徑。 false 256  False 
State  string  複寫資料夾狀態 受監視電腦上的複寫資料夾的目前狀態。 false 20  True 
StagingPath  string  [暫存區域] 受監視電腦上的複寫資料夾的暫存區域路徑。 false 256  False 
StagingSize  double  [暫存區域] 配額 (MB) 針對受監視電腦上的複寫資料夾所設定的執行配額大小。 false 20   
ConflictPath  string  [因衝突而刪除] 受監視電腦上的複寫資料夾的 [因衝突而刪除] 資料夾路徑。 false 256  False 
ConflictSize  double  [因衝突而刪除] 配額 (MB) 針對受監視電腦上的複寫資料夾所設定的 [因衝突而刪除] 配額。 false 20   
IsReadOnly  string  唯讀 定義複寫資料夾是否唯讀 false 10  False 
IsClustered  string  叢集 定義複寫資料夾是否經過叢集處理 false 10  False 
ClusterResourceName  string  叢集資源名稱 定義 DFSR 叢集資源名稱 false 256  False 
ClusterResourceState  string  叢集資源狀態 定義叢集資源狀態 false 256  False 
ReplicatedFolderGUID  guid  複寫資料夾 GUID 受監視電腦上的複寫資料夾的 GUID。 true 100   
ReplicationGroupGUID  guid  複寫群組 GUID 複寫資料夾的複寫群組 GUID false 256   
VolumeGUID  guid  磁碟區 GUID 複寫資料夾的磁碟區 GUID false 256   
ClusterGroupName  string  叢集資源群組名稱 DFSR 叢集資源的叢集群組名稱 false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.FileServer.DFSR.ReplicatedFolder" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="RGName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MemberName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Enabled" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="RootPath" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="State" Type="string" Key="false" CaseSensitive="true" Length="20" MinLength="0"/>
<Property ID="StagingPath" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="StagingSize" Type="double" Key="false" CaseSensitive="false" Length="20" MinLength="0"/>
<Property ID="ConflictPath" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ConflictSize" Type="double" Key="false" CaseSensitive="false" Length="20" MinLength="0"/>
<Property ID="IsReadOnly" Type="string" Key="false" CaseSensitive="false" Length="10" MinLength="0"/>
<Property ID="IsClustered" Type="string" Key="false" CaseSensitive="false" Length="10" MinLength="0"/>
<Property ID="ClusterResourceName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ClusterResourceState" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ReplicatedFolderGUID" Type="guid" Key="true" CaseSensitive="false" Length="100" MinLength="0"/>
<Property ID="ReplicationGroupGUID" Type="guid" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="VolumeGUID" Type="guid" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ClusterGroupName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>