InlineThreshold

Class: TMMUpdater

property InlineThreshold : Integer;

BLOB/CLOB inline threshold in bytes.
BLOB and CLOB values larger than this are uploaded as separate multipart files rather than embedded in the batch body, which keeps each batch request small when the table contains large binary data.

Default: 0.
When 0, Prepare auto-derives a value from the server limits (max_allowed_packet, memory_limit) after a successful TestConnection. Set to a non-zero value to override. Set to 0 to re-enable auto-derive on the next Prepare call.

See Also

(C) 2026 Easygate, Lda