TestimoX

API Reference

Class

WindowsUpdateTelemetryQueryOptions

Namespace ComputerX.Updates
Assembly ComputerX
Modifiers sealed

Options controlling flattened Windows Update telemetry collection.

Inheritance

  • Object
  • WindowsUpdateTelemetryQueryOptions

Constructors

public WindowsUpdateTelemetryQueryOptions() #

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.