TestimoX

API Reference

Enum

WindowsUpdateCorrelationState

Namespace ComputerX.Updates
Assembly ComputerX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Correlation outcome between endpoint telemetry and optional WSUS telemetry.

Inheritance

  • Enum
  • WindowsUpdateCorrelationState

Values

public const WindowsUpdateCorrelationState NoData #

No usable data was available for the selected provider mode.

Value: 0
public const WindowsUpdateCorrelationState EndpointOnlyHealthy #

Endpoint-only mode result with healthy/usable endpoint telemetry.

Value: 1
public const WindowsUpdateCorrelationState EndpointOnlyAccessLimited #

Endpoint-only mode result where endpoint reads are access-limited.

Value: 2
public const WindowsUpdateCorrelationState WsusOnlyHealthy #

WSUS-only mode result with acceptable status report freshness.

Value: 3
public const WindowsUpdateCorrelationState WsusOnlyStaleWarning #

WSUS-only mode result where status report freshness is stale at warning level.

Value: 4
public const WindowsUpdateCorrelationState WsusOnlyStaleCritical #

WSUS-only mode result where status report freshness is stale at critical level.

Value: 5
public const WindowsUpdateCorrelationState HybridHealthy #

Hybrid mode result where endpoint and WSUS freshness correlate within thresholds.

Value: 6
public const WindowsUpdateCorrelationState HybridEndpointAccessLimited #

Hybrid mode result where endpoint telemetry is present but access-limited.

Value: 7
public const WindowsUpdateCorrelationState HybridWsusLagWarning #

Hybrid mode result where WSUS appears delayed compared with endpoint at warning level.

Value: 8
public const WindowsUpdateCorrelationState HybridWsusLagCritical #

Hybrid mode result where WSUS appears delayed compared with endpoint at critical level.

Value: 9
public const WindowsUpdateCorrelationState HybridMissingEndpoint #

Hybrid mode result where endpoint telemetry is missing.

Value: 10
public const WindowsUpdateCorrelationState HybridMissingWsus #

Hybrid mode result where WSUS telemetry is missing.

Value: 11
public const WindowsUpdateCorrelationState HybridPartialData #

Hybrid mode result where both sides exist but a comparable freshness timestamp is missing.

Value: 12
public const WindowsUpdateCorrelationState WsusInventoryEmpty #

WSUS-only mode result where the WSUS server inventory is empty and no client records are available.

Value: 13
public const WindowsUpdateCorrelationState HybridWsusInventoryEmpty #

Hybrid mode result where the WSUS server inventory is empty and no client records are available for correlation.

Value: 14