Microsoft.Windows.FileServer.DFSR.ReplicatedFolderReplicated Folder

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

A replicated folder is a folder that stays synchronized on each member of a replication group.

Knowledge Base article:

Summary

The properties of instances of this class are set by the discovery rule Discover replicated folders on monitored computer.

The following properties are defined for this class:

These properties are set once the discovery rule queries the DFS Replication WMI class DfsrReplicatedFolderInfo to retrieve settings for the replicated folders on the given server.

Additional

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 (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.DFSR.ReplicatedFolder:
RGName  string  Replication Group The name of the replication group to which the monitored computer belongs. false 256  False 
MemberName  string  Member Name of the replication group member. false 256  False 
Enabled  bool  Enabled Replicated Folder Status false 256   
RootPath  string  Replicated Folder The local path of the replicated folder on the monitored computer. false 256  False 
State  string  Replicated Folder state The current state of the replicated folder on the monitored computer. false 20  True 
StagingPath  string  'Staging Area' The path to the staging area for the replicated folder on the monitored computer. false 256  False 
StagingSize  double  'Staging Area' quota (MB) The size of the staging quota configured for the replicated folder on the monitored computer. false 20   
ConflictPath  string  'Conflicts And Deleted' The path to the 'Conflicts and Deleted' folder for the replicated folder on the monitored computer. false 256  False 
ConflictSize  double  'Conflicts And Deleted' quota (MB) The quota for 'Conflicts and Deleted' configured for the replicated folder on the monitored computer. false 20   
IsReadOnly  string  Read-Only Define if the replicated folder is read only false 10  False 
IsClustered  string  Clustered Define if replicated folder is clustered false 10  False 
ClusterResourceName  string  Cluster Resource Name Define the DFSR cluster resource name false 256  False 
ClusterResourceState  string  Cluster Resource State Define Cluster Resource State false 256  False 
ReplicatedFolderGUID  guid  Replicated Folder GUID The GUID for the replicated folder on the monitored computer. true 100   
ReplicationGroupGUID  guid  Replication Group GUID Replicated folder's replication group GUID false 256   
VolumeGUID  guid  Volume GUID Replicated folder's volume GUID false 256   
ClusterGroupName  string  Cluster Resource Group Name DFSR cluster resource's cluster group name 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>