Replication Backlog

Microsoft.Windows.FileServer.DFSR.BacklogMonitoringView (View)

Displays replication backlogs on monitored computers.

Element properties:

TargetMicrosoft.Windows.FileServer.DFSR.ReplicationConnection
TypeMicrosoft.SystemCenter.StateViewType
AccessibilityPublic
VisibleTrue

Source Code:

<View ID="Microsoft.Windows.FileServer.DFSR.BacklogMonitoringView" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServer.DFSR.ReplicationConnection" TypeID="SC!Microsoft.SystemCenter.StateViewType" Visible="true">
<Category>Custom</Category>
<Criteria/>
<Presentation>
<ColumnInfo Index="0" SortIndex="0" Width="100" Grouped="true" Sorted="true" IsSortable="true" Visible="true" SortOrder="Ascending">
<Name>Replication Group</Name>
<Id>ReplicationGroupName</Id>
</ColumnInfo>
<ColumnInfo Index="1" SortIndex="1" Width="100" Grouped="false" Sorted="true" IsSortable="true" Visible="true" SortOrder="Ascending">
<Name>Replicated Folder</Name>
<Id>ReplicatedFolderName</Id>
</ColumnInfo>
<ColumnInfo Index="2" SortIndex="2" Width="100" Grouped="false" Sorted="true" IsSortable="true" Visible="true" SortOrder="Ascending">
<Name>Sending Member</Name>
<Id>SendingMemberName</Id>
</ColumnInfo>
<ColumnInfo Index="3" SortIndex="3" Width="100" Grouped="false" Sorted="true" IsSortable="true" Visible="true" SortOrder="Ascending">
<Name>Receiving Member</Name>
<Id>ReceivingMemberName</Id>
</ColumnInfo>
<ColumnInfo Index="4" SortIndex="-1" Width="100" Grouped="false" Sorted="true" IsSortable="true" Visible="true" SortOrder="Ascending">
<Name>Backlog Count</Name>
<Id>BacklogCount</Id>
</ColumnInfo>
<ColumnInfo Index="5" SortIndex="-1" Width="100" Grouped="false" Sorted="true" IsSortable="true" Visible="true" SortOrder="Ascending">
<Name>Connection Enabled</Name>
<Id>Enabled</Id>
</ColumnInfo>
</Presentation>
</View>