DIAGNOSTIC_DATA_EVENT_TRANSCRIPT_CONFIGURATION structure (diagnosticdataquerytypes.h)

Event transcript configuration details such as maximum storage size and hours of data history.

Syntax

typedef struct tagDIAGNOSTIC_DATA_EVENT_TRANSCRIPT_CONFIGURATION {
  UINT32 hoursOfHistoryToKeep;
  UINT32 maxStoreMegabytes;
  UINT32 requestedMaxStoreMegabytes;
} DIAGNOSTIC_DATA_EVENT_TRANSCRIPT_CONFIGURATION;

Members

hoursOfHistoryToKeep

Type: UINT32 Number of hours of event history to keep. When an event has been stored for longer than this amount of time, it will be dropped.

maxStoreMegabytes

Type: UINT32 Maximum storage size (in megabytes) of event history to keep. When event store exceeds this size, events will be removed from the store starting with the oldest event.

requestedMaxStoreMegabytes

Type: UINT32 The requested storage size (in megabytes) of event history to keep.

Remarks

For more details on how configurations work, see Diagnostic Data Viewer overview

Requirements

Requirement Value
Minimum supported client Windows 10, version 2004 (10.0; Build 19041)
Minimum supported server Windows Server, version 2004 (10.0; Build 19041)
Header diagnosticdataquerytypes.h