<div class="content" name="FsrmReportType" uuid="84ba80a4-a6c5-41a1-9a8e-7c379e780772"><p>The FsrmReportType enumeration defines the set of report
types that can be generated by the File Server Resource Manager Protocol.</p><dl>
<dd>
<div><pre> typedef  enum _FsrmReportType
 {
   FsrmReportType_Unknown = 0,
   FsrmReportType_LargeFiles = 1,
   FsrmReportType_FilesByType = 2,
   FsrmReportType_LeastRecentlyAccessed = 3,
   FsrmReportType_MostRecentlyAccessed = 4,
   FsrmReportType_QuotaUsage = 5,
   FsrmReportType_FilesByOwner = 6,
   FsrmReportType_ExportReport = 7,
   FsrmReportType_DuplicateFiles = 8,
   FsrmReportType_FileScreenAudit = 9,
   FsrmReportType_FilesByProperty = 10,
   FsrmReportType_AutomaticClassification = 11,
   FsrmReportType_Expiration = 12,
   FsrmReportType_FoldersByProperty = 13
 } FsrmReportType;
</pre></div>
</dd></dl><p><b>FsrmReportType_Unknown:  </b>This enumeration
value is not used by FSRM and MUST NOT be referenced. If the server receives
this enumeration value, it MUST consider the value invalid and not apply any
changes.</p><p><b>FsrmReportType_LargeFiles:  </b>This report type
lists files over a given size.</p><p><b>FsrmReportType_FilesByType:  </b>This report type
lists files grouped by type.</p><p><b>FsrmReportType_LeastRecentlyAccessed:  </b>This
report type lists files that have not been accessed recently.</p><p><b>FsrmReportType_MostRecentlyAccessed:  </b>This
report type lists files that have been accessed most recently.</p><p><b>FsrmReportType_QuotaUsage:  </b>This report type
lists quotas that exceed a certain threshold.</p><p><b>FsrmReportType_FilesByOwner:  </b>This report
lists files grouped by their owner.</p><p><b>FsrmReportType_ExportReport:  </b>This report
lists files without any grouping or limiting.</p><p><b>FsrmReportType_DuplicateFiles:  </b>This report
lists duplicate files.<a id="Appendix_A_Target_16"></a><a aria-label="Product behavior note 16" href="1cc8408c-3c9b-4510-9585-e4a8d0d40e27#Appendix_A_16" data-linktype="relative-path">&lt;16&gt;</a></p><p><b>FsrmReportType_FileScreenAudit:  </b>This report
lists file screening events that have occurred.</p><p><b>FsrmReportType_FilesByProperty:  </b>This report
lists files grouped by classification property.</p><p><b>FsrmReportType_AutomaticClassification:  </b>This
report lists files that have been classified during an automatic classification
run.</p><p><b>FsrmReportType_Expiration:  </b>This report lists
files that have been expired during a file management operation.</p><p><b>FsrmReportType_FoldersByProperty:  </b>This report
lists folders grouped by classification property.</p></div>