MaxBytes Property

Definition

Assembly CliInvoke.dll

Gets or sets the maximum number of bytes retained per output stream (standard output and standard error) before capture-time truncation occurs.

public long MaxBytes { get; set; }

Returns

Remarks

A single value bounds both streams. The default of 1 MB bounds memory growth out of the box while remaining overridable (see DECISIONS-CliInvoke-middleware-truncation-caching-retry.md).