TestimoX

API Reference

Class

PatchCatalogWindowQueryResult

Namespace ComputerX.PatchDetails
Assembly ComputerX
Modifiers sealed

Result of a reusable multi-month MSRC catalog query.

Inheritance

  • Object
  • PatchCatalogWindowQueryResult

Constructors

Properties

public Int32 Year { get; set; } #

Anchor year used for the query.

public Int32 Month { get; set; } #

Anchor month used for the query.

public String Release { get; set; } #

Anchor release in yyyy-MM format.

public Int32 Months { get; set; } #

Number of months included counting backward from the anchor release.

public Int32 TargetCount { get; set; } #

Number of normalized targets provided for applicability matching.

public Int32 MappedTargetCount { get; set; } #

Number of targets with usable product mapping for applicability matching.

public Int32 UnmappedTargetCount { get; set; } #

Number of targets without a usable product mapping.

public IReadOnlyList<String> UnmappedTargets { get; set; } #

Target names without a usable product mapping.

public IReadOnlyList<PatchCatalogTargetContext> Targets { get; set; } #

Normalized target contexts used by the query.

public IReadOnlyList<PatchCatalogWindowMonthResult> Releases { get; set; } #

Per-month catalog results ordered from newest to oldest.