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

SearchParameters.Facets 属性

定义

获取或设置要应用于搜索查询的 facet 表达式的列表。 每个分面表达式都包含一个字段名称,后跟一个逗号分隔的 name:value 对列表。

[Newtonsoft.Json.JsonIgnore]
public System.Collections.Generic.IList<string> Facets { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.Facets : System.Collections.Generic.IList<string> with get, set
Public Property Facets As IList(Of String)

属性值

属性
Newtonsoft.Json.JsonIgnoreAttribute

适用于