API Reference
Class
PatchCatalogWindowMonthResult
Represents one month inside an MSRC catalog window query.
Inheritance
- Object
- PatchCatalogWindowMonthResult
Constructors
public PatchCatalogWindowMonthResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 Year { get; set; } #Evaluated release year.
public Int32 Month { get; set; } #Evaluated release month.
public String Release { get; set; } #Evaluated release in yyyy-MM format.
public Int32 Scanned { get; set; } #Total unique patches matching the month before truncation.
public Boolean Truncated { get; set; } #When true, the returned patch list was truncated.
public PatchDetailsSummary Summary { get; set; } #Summary for the month before truncation.
public Int32 ApplicableTargetCount { get; set; } #Number of targets with at least one applicable row in this month.
public Int32 ApplicablePatchCount { get; set; } #Number of applicable patches in the month before truncation.
public IReadOnlyList<String> ApplicableTargets { get; set; } #Matching target names for the month.
public IReadOnlyList<String> ProductFilters { get; set; } #Distinct product filters that contributed to the month.
public IReadOnlyList<PatchCatalogWindowPatchRow> Patches { get; set; } #Catalog rows for the month after truncation.
public IReadOnlyList<PatchCatalogWindowTargetMonthSummary> TargetSummaries { get; set; } #Per-target applicability summaries for the month.