API Reference
Enum
ExportSelectionMode
Controls the amount of data included in exported streams.
Inheritance
- Enum
- ExportSelectionMode
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const ExportSelectionMode All #Include everything: metadata, pass/fail and full result payloads.
Value:
0public const ExportSelectionMode SummaryOnly #Include only summary/metadata fields (lightweight exports).
Value:
1public const ExportSelectionMode PassFailOnly #Include only pass/fail indicators and minimal context.
Value:
2public const ExportSelectionMode ResultsOnly #Include only the full result payloads without extra metadata.
Value:
3