API Reference
Class
BenchmarkPackFreshness
Describes whether an installed pack matches the current integrity-pinned source catalog.
Inheritance
- Object
- BenchmarkPackFreshness
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public BenchmarkPackFreshness() #Inherited Methods
Properties
public BenchmarkProductFamily ProductFamily { get; set; } #Gets or sets the supported product family.
public String Product { get; set; } #Gets or sets the product name.
public String ProductVersion { get; set; } #Gets or sets the product version.
public BenchmarkProductVariant ProductVariant { get; set; } #Gets or sets the product variant.
public String CurrentBenchmarkVersion { get; set; } #Gets or sets the current catalog benchmark version.
public String InstalledPackId { get; set; } #Gets or sets the installed benchmark pack identifier when found.
public String InstalledBenchmarkVersion { get; set; } #Gets or sets the installed benchmark version when found.
public Boolean IsCurrent { get; set; } #Gets or sets whether a matching current pack is installed.
public String Status { get; set; } #Gets or sets a user-facing status explanation.