Agent365ExporterOptions.MaxPayloadBytes Property
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.
Upper bound on HTTP request body size in bytes used by per-request payload chunking. 100 KB headroom under the 1 MB server limit accounts for estimator error and JSON/envelope overhead (for example, resource attributes and scope wrappers). Default is 900,000 bytes.
public long MaxPayloadBytes { get; set; }
member this.MaxPayloadBytes : int64 with get, set
Public Property MaxPayloadBytes As Long