2.2.1.2 DfsrReportingFlags

The DfsrReportingFlags enumeration represents the options for generating health reports, which are used in IServerHealthReport and IServerHealthReport2 interfaces. The UUID for this enumeration is {CEB5D7B4-3964-4f71-AC17-4BF57A379D87}.

Any bitmask that consists of one, or a combination, of the following enumerated values is supported:

 typedef  enum DfsrReportingFlags
 {
   REPORTING_FLAGS_NONE = 0,
   REPORTING_FLAGS_BACKLOG = 1,
   REPORTING_FLAGS_FILES = 2,
 } DfsrReportingFlags;

REPORTING_FLAGS_NONE:  Default report options.

REPORTING_FLAGS_BACKLOG:  Return the count of backlog transactions.

REPORTING_FLAGS_FILES:  Return the count and cumulative size of files in the replicated folders.