Microsoft.Windows.DfsReplication.ServiceReplication Service

Microsoft.Windows.DfsReplication.Service (ClassType)

Properties and configuration settings for the DFS Replication service on the monitored computer.

Knowledge Base article:

Summary

This class represents the configuration settings for the DFS Replication service on a monitored computer. Many service-wide configuration settings are retrieved by querying the DFS Replication WMI class DfsrMachineConfig. The properties of instances of this class are set by the discovery rule “Discover DFS Replication settings on monitored computer”. The following properties are defined for this class:

Additional

More information about the DfsrMachineConfig WMI class is available on MSDN.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId4543eaaa-c617-d3dd-33bb-75fbf033bdda

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.DfsReplication.Service:
State  string  Service status The current state of the DFS Replication service on the monitored computer. false 20  False 
DebugLogFilePath  string  Debug logs Location on the monitored computer where the DFS Replication service stores its debug logs. false 256  False 
ConflictHighWatermarkPercent  decimal  'Conflict And Deleted' high watermark (\%) The configured 'high watermark' threshold for 'Conflict And Deleted' directories on the monitored computer. false   
ConflictLowWatermarkPercent  decimal  'Conflict And Deleted' low watermark (\%) The configured 'low watermark' threshold for 'Conflict And Deleted' directories on the monitored computer. false   
StagingHighWatermarkPercent  decimal  'Staging Area' high watermark (\%) The configured 'high watermark' threshold for 'Staging' directories on the monitored computer. false   
StagingLowWatermarkPercent  decimal  'Staging Area' low watermark (\%) The configured 'low watermark' threshold for 'Staging' directories on the monitored computer. false   

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.DfsReplication.Service" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="State" Type="string" Key="false" CaseSensitive="false" Length="20" MinLength="0"/>
<Property ID="DebugLogFilePath" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ConflictHighWatermarkPercent" Type="decimal" Key="false" CaseSensitive="false" Length="4" MinLength="0"/>
<Property ID="ConflictLowWatermarkPercent" Type="decimal" Key="false" CaseSensitive="false" Length="4" MinLength="0"/>
<Property ID="StagingHighWatermarkPercent" Type="decimal" Key="false" CaseSensitive="false" Length="4" MinLength="0"/>
<Property ID="StagingLowWatermarkPercent" Type="decimal" Key="false" CaseSensitive="false" Length="4" MinLength="0"/>
</ClassType>