API Reference
Class
WindowsUpdateTelemetryQueryOptions
Options controlling flattened Windows Update telemetry collection.
Inheritance
- Object
- WindowsUpdateTelemetryQueryOptions
Constructors
public WindowsUpdateTelemetryQueryOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Boolean IncludeEventTelemetry { get; set; } #When true, event log telemetry is collected in addition to registry-based signals.
public TimeSpan EventLookback { get; set; } #Event lookback window used for startup/shutdown/update event queries.
public TimeSpan QueryTimeout { get; set; } #Per-query timeout budget for event log access.
public TimeSpan DetectStaleWarningAfter { get; set; } #Age threshold for marking detection freshness as warning. Set to 00:00:00 to disable warning freshness checks.
public TimeSpan DetectStaleDownAfter { get; set; } #Age threshold for marking detection freshness as critical. Set to 00:00:00 to disable critical freshness checks.