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

SearchField.IsSortable 属性

定义

获取或设置一个值,该值指示是否可以在表达式中 $orderby 引用字段。 默认值为 NULL。 仅当简单字段是单值类型(如 StringInt32)时,才能对其进行排序。

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

属性值

注解

必须根据摘要中所述的约束设置此字段,否则服务器可能会响应错误。 相反,请考虑使用 SimpleFieldSearchableFieldComplexField 类来帮助你更轻松地创建 SearchIndex

适用于