TestimoX

API Reference

Class

InstalledUpdateInventoryQueryResult

Namespace ComputerX.Updates
Assembly ComputerX
Modifiers sealed

Result produced by installed update inventory collection.

Inheritance

  • Object
  • InstalledUpdateInventoryQueryResult

Constructors

public InstalledUpdateInventoryQueryResult() #

Properties

public String ComputerName { get; set; } #

Resolved target computer name.

public Boolean IncludePendingLocal { get; set; } #

When true, pending local updates were requested.

public Boolean PendingIncluded { get; set; } #

When true, pending updates were successfully merged into the result set.

public String TitleContains { get; set; } #

Optional title substring filter.

public String KbContains { get; set; } #

Optional KB substring filter.

public String InstalledAfterUtc { get; set; } #

Optional UTC lower bound in ISO-8601 format.

public Int32 Scanned { get; set; } #

Total rows matching the query before truncation.

public Boolean Truncated { get; set; } #

When true, the returned rows were truncated.

public IReadOnlyList<UpdateInfo> Updates { get; set; } #

Preview rows returned by the query after truncation.