CLFS_IOSTATS_CLASS enumeration (clfs.h)

Defines types of I/O statistics reported by CLFS and is used when a client calls GetLogIoStatistics. Currently, log flush rates are the only type of statistic reported, but this enumeration will reflect more types of statistics in the future.

Syntax

typedef enum _CLFS_IOSTATS_CLASS {
  ClfsIoStatsDefault = 0x0000,
  ClfsIoStatsMax = 0xFFFF
} CLFS_IOSTATS_CLASS, *PCLFS_IOSTATS_CLASS, PPCLFS_IOSTATS_CLASS;

Constants

 
ClfsIoStatsDefault
Value: 0x0000
The default I/O statistics exported.
ClfsIoStatsMax
Value: 0xFFFF
The log flush rate.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2003 R2 [desktop apps only]
Header clfs.h (include Clfsw32.h)

See also

GetLogIoStatistics