TestimoX

API Reference

Enum

RawPolicy

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

Policy for persisting large raw payloads produced by some rules.

Inheritance

  • Enum
  • RawPolicy

Usage

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

Accepted by parameters

Values

public const RawPolicy Smart #

Persist raw payloads only when sections exceed HTML caps or when a rule declares it is large-by-design.

Value: 0
public const RawPolicy All #

Persist all raw payloads.

Value: 1
public const RawPolicy None #

Do not persist raw payloads.

Value: 2