Share via


AzureSearchChatDataSource.AllowPartialResult Property

Definition

If set to true, the system will allow partial search results to be used and the request will fail if all partial queries fail. If not specified or specified as false, the request will fail if any search query fails.

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

Property Value

Applies to