ConnectorTriggerPayload.DefaultMaxBodySizeBytes Field

Definition

The default maximum trigger callback body size, in bytes, enforced by the stream-based readers (100 MB). This is a generous ceiling that guards against unbounded buffering of a hostile or malformed stream while comfortably accommodating large binary-content callbacks. Override it per call with the maxBodySizeBytes parameter.

public const long DefaultMaxBodySizeBytes = 104857600;
val mutable DefaultMaxBodySizeBytes : int64
Public Const DefaultMaxBodySizeBytes As Long  = 104857600

Field Value

Value = 104857600

Applies to