AnalyzeOptions.AllowInputTruncation 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.
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)