TestimoX

API Reference

Enum

MatchPolicy

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

Matching strictness when deciding if a cached result should be reused.

Inheritance

  • Enum
  • MatchPolicy

Values

public const MatchPolicy Config #

Match on material configuration only (rule version, inputs, engine options).

Value: 0
public const MatchPolicy Strict #

Strict equality of all recorded fingerprints.

Value: 1