TestimoX

API Reference

Class

FeatureInventoryQueryResult

Namespace ComputerX.Features
Assembly ComputerX
Modifiers sealed

Typed feature inventory query result.

Inheritance

  • Object
  • FeatureInventoryQueryResult

Constructors

public FeatureInventoryQueryResult() #

Properties

public String ComputerName { get; set; } #

Target computer name.

public FeatureInventorySource Source { get; set; } #

Source filter applied.

public Int32 Count { get; set; } #

Number of returned rows.

public Int32 Scanned { get; set; } #

Number of scanned rows before filtering/capping.

public Boolean Truncated { get; set; } #

Whether returned rows were truncated by MaxResults.

public IReadOnlyList<FeatureInventoryRow> Features { get; set; } #

Returned rows.