ConnectorTriggerPayload.DefaultMaxBodySizeBytes Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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