AnalyzeBinaryOptions.AllowInputTruncation Property

Definition

Gets or sets whether input exceeding the service's processable-unit limit should be truncated and returned as a partial result with a warning instead of failing. When omitted, the analyzer's configured value applies.

public bool? AllowInputTruncation { get; set; }
member this.AllowInputTruncation : Nullable<bool> with get, set
Public Property AllowInputTruncation As Nullable(Of Boolean)

Property Value

Applies to