continueHeaderThresholdBytes
The minimum content length threshold (in bytes) for which to send Expect: 100-continue
HTTP headers. PUT requests with bodies at or above this length will include this header, as will PUT requests with a null content length. Defaults to 2 megabytes.
This property may be set to null
to disable sending the header regardless of content length.