TestimoX

API Reference

Class

ToolingRuleDataSeries

Namespace TestimoX.Execution
Assembly TestimoX
Modifiers sealed

Generic data-series envelope used for rule payload arrays.

Inheritance

  • Object
  • ToolingRuleDataSeries

Constructors

Properties

public Int32 Count { get; set; } #

Total number of source items.

public Int32 ReturnedCount { get; set; } #

Number of returned items after optional caps.

public Boolean Truncated { get; set; } #

Indicates whether returned items were truncated by a tooling cap.

public IReadOnlyList<Object> Items { get; set; } #

JSON-safe item payloads.