InlineBlobMaxBytes

Class: TMMScript

property InlineBlobMaxBytes : Int64;

Out-of-band (OOB) threshold in bytes.
BLOB/CLOB values whose raw size exceeds this size are stored as server-side temp files and fetched individually, keeping each result_page response small.
Cells at or below this size are sent inline in the JSONL stream.
0 = all cells inline.
Default: 64 KB.
Set explicitly when a different threshold is needed; the library never adjusts this value automatically.

See Also

(C) 2026 Easygate, Lda