2.2.1.2.14 FsrmReportFormat
The FsrmReportFormat enumeration defines the set of formats that the File Server Resource Manager Protocol can use when generating reports.
-
typedef enum _FsrmReportFormat { FsrmReportFormat_Unknown = 0, FsrmReportFormat_DHtml = 1, FsrmReportFormat_Html = 2, FsrmReportFormat_Txt = 3, FsrmReportFormat_Csv = 4, FsrmReportFormat_Xml = 5 } FsrmReportFormat;
FsrmReportFormat_Unknown: 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.
FsrmReportFormat_DHtml: The report is rendered in Dynamic Hypertext Markup Language (DHTML).
FsrmReportFormat_Html: The report is rendered in HTML.
FsrmReportFormat_Txt: The report is rendered as a text file.
FsrmReportFormat_Csv: The report is rendered as a comma-separated value file.
FsrmReportFormat_Xml: The report is rendered in XML.