Optional
ascendingOptional
constraint约束目标值的路径,当值是 JSON 格式时,指定用作排序的值的路径。例如传入 score
时,会取值上 score
属性的值作为排序、最大最小值的限制目标。
可以级联最多5级,例如 a.b.c.d.e
,超出视作非法参数。
当路径不存在或传入非法参数时,以值本身作为目标进行排序。
The path to the constraint target value. When the value is in JSON format, this specifies the path to the value used for sorting. For example, passing score
will use the value of the score
property for sorting and for max/min constraints.
It can be cascaded up to 5 levels, e.g., a.b.c.d.e
. Exceeding this is an invalid parameter.
If the path does not exist or an invalid parameter is passed, the value itself is used as the target for sorting.
Optional
maxOptional
minOptional
page
Zh
列表分页查询选项。
En
Options for paginated list queries.