Microsoft.Windows.FileServer.DFSR.VolumeReplication Volume

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

This class represents a list of volumes that store replicated folders.

Knowledge Base article:

Summary

This class represents a list of volumes that store replicated folders.

The DFS Replication service stores information about files replicated by it within a database. A unique database is created for each volume on which one or more replicated folders are stored.

The properties of this class are retrieved by querying the DfsrVolumeInfo WMI class. The properties of this class are set by the Replicated Folder Volumes Discovery rule.

Additional

DfsrVolumeInfo WMI class information on MSDN (http://go.microsoft.com/fwlink/?LinkID=165543)

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId7cba977d-15a6-8d65-2607-8657bd74b071

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.Volume:
State  string  State The state of the volume hosting replicated folders on the monitored computer. false 20  False 
DatabasePath  string  Database Path The path to the DFS Replication service's database for a volume hosting replicated folders on the monitored computer. false 256  False 
IsClustered  string  Clustered Define if the volume is clustered false 10  False 
ClusterResourceName  string  Cluster Resource Name Define clustered disk resource name that hosts the volume false 256  False 
VolumeGUID  guid  Volume GUID The GUID of a volume hosting replicated folders on the monitored computer. true 100   
ClusterGroupName  string  Cluster Group Name Physical disk resource's cluster group name false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.FileServer.DFSR.Volume" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="State" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="20"/>
<Property ID="DatabasePath" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="IsClustered" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="10"/>
<Property ID="ClusterResourceName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="VolumeGUID" Type="guid" Key="true" CaseSensitive="false" MinLength="0" Length="100"/>
<Property ID="ClusterGroupName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>