Deleted Files (Overview)

Microsoft.Windows.FileServer.DFSR.DeletedSpacePerformance.Dashboard.View (View)


Displays information about deleted files in the Conflict and Deleted folder. The information in this view is obtained from the following performance counters maintained by the DFS Replication service:
a) Deleted Space In Use
b) Deleted Files Generated
c) Deleted Files Cleaned Up
These performance counters are maintained per replicated folder.

Element properties:

TargetMicrosoft.Windows.FileServer.DFSR.Service
TypeMicrosoft.SystemCenter.DashboardViewType
AccessibilityPublic
VisibleTrue

Source Code:

<View ID="Microsoft.Windows.FileServer.DFSR.DeletedSpacePerformance.Dashboard.View" Accessibility="Public" Enabled="true" Target="Microsoft.Windows.FileServer.DFSR.Service" TypeID="SC!Microsoft.SystemCenter.DashboardViewType" Visible="true">
<Category>Operations</Category>
<PanelConfiguration Columns="2" Rows="2">
<Cell Column="1" Row="1" ColumnSpan="2" ViewID="Microsoft.Windows.FileServer.DFSR.DeletedSpaceInUseView"/>
<Cell Column="1" Row="2" ViewID="Microsoft.Windows.FileServer.DFSR.DeletedFilesGeneratedView"/>
<Cell Column="2" Row="2" ViewID="Microsoft.Windows.FileServer.DFSR.DeletedFilesCleanedupView"/>
</PanelConfiguration>
</View>