QueryOrderByConstraint
用于对 Firestore 查询返回的文档集进行排序。QueryOrderByConstraint
通过调用 orderBy() 创建,然后可以传递给 query() 以创建包含此 QueryOrderByConstraint
的新查询实例。
签名:
export declare class QueryOrderByConstraint extends QueryConstraint
属性
属性 | 修饰符 | 类型 | 说明 |
---|---|---|---|
type | (未声明) | 此查询限制条件的类型 |
QueryOrderByConstraint.type
此查询限制条件的类型
签名:
readonly type = "orderBy";