AtlasClassificationsOutput interface
REST 序列化友好列表。
属性
| list | 对象的数组。 |
| page |
页面的大小。 |
| sort |
按字段排序。 |
| sort |
指定是否应对结果进行排序? 如果是,无论是 asc 还是 desc。 可能的值:“NONE”、“ASC”、“DESC” |
| start |
页面的起始索引。 |
| total |
项总数。 |
属性详细信息
list
对象的数组。
list?: any[]
属性值
any[]
pageSize
页面的大小。
pageSize?: number
属性值
number
sortBy
按字段排序。
sortBy?: string
属性值
string
sortType
指定是否应对结果进行排序? 如果是,无论是 asc 还是 desc。
可能的值:“NONE”、“ASC”、“DESC”
sortType?: string
属性值
string
startIndex
页面的起始索引。
startIndex?: number
属性值
number
totalCount
项总数。
totalCount?: number
属性值
number