STOR_TELEMETRY_CATEGORY enumeration (storport.h)

The STOR_TELEMETRY_CATEGORY enumerator indicates the category of the telemetry event being logged in StorPortLogTelemetryEx.

Syntax

typedef enum _STOR_TELEMETRY_CATEGORY {
  StorTelemetryCategory,
  StorMeasuresCategory
} STOR_TELEMETRY_CATEGORY, *PSTOR_TELEMETRY_CATEGORY;

Constants

 
StorTelemetryCategory
Indicates that the telemetry event can be used for general purpose telemetry and diagnostics. This category maps to the MICROSOFT_KEYWORD_TELEMETRY category defined in MicrosoftTelemetry.h.
StorMeasuresCategory
Indicates that the telemetry event can be used to feed into quality measures. This category maps to the MICROSOFT_KEYWORD_MEASURES category defined in MicrosoftTelemetry.h.

Requirements

Requirement Value
Header storport.h

See also

StorPortLogTelemetryEx