Microsoft.Windows.DfsReplication.ReplicationConnectionReplication Connection

Microsoft.Windows.DfsReplication.ReplicationConnection (ClassType)

DFS Replication connections between members of a replication group.

Knowledge Base article:

Summary

This class represents replication connections between members of a DFS Replication group. A replication group is a set of servers, known as members, which participates in the replication of one or more replicated folders. A server may belong to one or more replication groups and may replicate multiple folders with different replication partners.

The following properties are defined for this class:

The properties of instances of this class are set by the discovery rule ‘Discover replication backlogs on monitored computer’.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdbc2aac69-f900-1efd-7598-ebeb657dacb8

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.ReplicationConnection:
ReplicationGroupName  string  Replication Group The name of the replication group to which the monitored computer belongs. false 256  False 
ReplicatedFolderName  string  Replicated Folder The name of the replicated folder. false 256  False 
SendingMemberName  string  Sending Member The hostname of the sending member. false 256  False 
ReceivingMemberName  string  Receiving Member The hostname of the receiving member. false 256  False 
Enabled  bool  Connection Enabled Connection state false 256   
BacklogCount  double  Backlog Count The number of replication backlogs on the monitored computer. false 256   
ReplicationGroupGUID  guid  Replication Group GUID The GUID for the replication group. false 256   
ReplicatedFolderGUID  guid  Replicated Folder GUID The GUID of the replicated folder. false 256   
ConnectionGUID  guid  Connection GUID The GUID of the replication connection between the sending member and receiving member on the monitored computer. true 256   
SendingMemberGUID  guid  Sending Member GUID The GUID of the sending member. false 256   
ReceivingMemberGUID  guid  Receiving Member GUID The GUID of the receiving member. false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.DfsReplication.ReplicationConnection" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="ReplicationGroupName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ReplicatedFolderName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SendingMemberName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ReceivingMemberName" 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="BacklogCount" Type="double" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ReplicationGroupGUID" Type="guid" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ReplicatedFolderGUID" Type="guid" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ConnectionGUID" Type="guid" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="SendingMemberGUID" Type="guid" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ReceivingMemberGUID" Type="guid" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>