TestimoX

API Reference

Class

BenchmarkCheckDefinition

Namespace TestimoX.Benchmarks
Assembly TestimoX
Modifiers sealed

Defines one executable setting check within a benchmark recommendation.

Inheritance

  • Object
  • BenchmarkCheckDefinition

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Properties

public String Id { get; set; } #

Gets or sets the stable check identifier within its recommendation.

public BenchmarkControlKind Kind { get; set; } #

Gets or sets the technical control kind.

public BenchmarkAutomation Automation { get; set; } #

Gets or sets the automation level for this individual check.

public BenchmarkComparator Comparator { get; set; } #

Gets or sets comparison semantics.

public JsonElement Desired { get; set; } #

Gets or sets the desired value in its native JSON type.

public Nullable<JsonElement> RemediationValue { get; set; } #

Gets or sets the concrete value to write when the desired state is a range or set of alternatives.

public BenchmarkControlBinding Binding { get; set; } #

Gets or sets the typed connection to the ComputerX execution engine.