你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureSearchChatDataSource.AllowPartialResults 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? AllowPartialResults { get; set; }
member this.AllowPartialResults : Nullable<bool> with get, set
Public Property AllowPartialResults As Nullable(Of Boolean)

Property Value

Applies to