TestimoX

API Reference

Enum

RuleCost

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

Rough execution cost hint for a rule used for filtering and UX. Values are relative and environment‑dependent.

Inheritance

  • Enum
  • RuleCost

Values

public const RuleCost Trivial #

Negligible cost; metadata-only or cached checks.

Value: 0
public const RuleCost Light #

Lightweight queries; small LDAP reads or local inspection.

Value: 1
public const RuleCost Moderate #

Moderate cost; larger LDAP pages or multiple subsystems.

Value: 2
public const RuleCost Heavy #

Heavy cost; broad scans, RSOP, or many targets.

Value: 3
public const RuleCost Extreme #

Highest cost; cross-forest scans, deep inventories, or expensive remoting.

Value: 4