TestimoX

API Reference

Enum

OversizePolicy

Namespace ADPlayground.IO.FileSystemHelpers
Assembly ADPlayground
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Policy for handling oversized files in OversizePolicy).

Inheritance

  • Enum
  • OversizePolicy

Values

public const OversizePolicy Throw #

Throw an exception when the file exceeds the limit. Use for user-supplied inputs where strict validation is desired.

Value: 0
public const OversizePolicy ReturnEmpty #

Return an empty string when the file exceeds the limit (caller can treat as "skip"). Use for best-effort enrichment paths (e.g., large logs) to avoid pipeline failure.

Value: 1