TestimoX

API Reference

Enum

ExportSelectionMode

Namespace TestimoX.Configuration.Service.Export
Assembly TestimoX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Controls the amount of data included in exported streams.

Inheritance

  • Enum
  • ExportSelectionMode

Values

public const ExportSelectionMode All #

Include everything: metadata, pass/fail and full result payloads.

Value: 0
public const ExportSelectionMode SummaryOnly #

Include only summary/metadata fields (lightweight exports).

Value: 1
public const ExportSelectionMode PassFailOnly #

Include only pass/fail indicators and minimal context.

Value: 2
public const ExportSelectionMode ResultsOnly #

Include only the full result payloads without extra metadata.

Value: 3