Microsoft.Windows.FileServer.DFSR.ReplicationConnectionReplication Connection

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

This class represents the replication connection between members of a replication group.

Knowledge Base article:

Summary

This class represents the replication connection between members of a replication group.

The properties of instances of this class are set by the discovery rule Discover replication backlogs on monitored computer. The following properties are defined for this class:

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId74422f8e-0bcd-c147-8291-cbb3a0f06a68

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.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. true 256   
ReplicatedFolderGUID  guid  Replicated Folder GUID The GUID of the replicated folder. true 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.FileServer.DFSR.ReplicationConnection" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="true" Singleton="false">
<Property ID="ReplicationGroupName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ReplicatedFolderName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="SendingMemberName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ReceivingMemberName" Type="string" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="Enabled" Type="bool" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="BacklogCount" Type="double" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ReplicationGroupGUID" Type="guid" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ReplicatedFolderGUID" Type="guid" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ConnectionGUID" Type="guid" Key="true" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="SendingMemberGUID" Type="guid" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
<Property ID="ReceivingMemberGUID" Type="guid" Key="false" CaseSensitive="false" MinLength="0" Length="256"/>
</ClassType>