AtlasClassificationsOutput interface
REST serialization friendly list.
Properties
| list | An array of objects. |
| page |
The size of the page. |
| sort |
The sorted by field. |
| sort |
to specify whether the result should be sorted? If yes, whether asc or desc. Possible values: "NONE", "ASC", "DESC" |
| start |
The start index of the page. |
| total |
The total count of items. |
Property Details
list
An array of objects.
list?: any[]
Property Value
any[]
pageSize
The size of the page.
pageSize?: number
Property Value
number
sortBy
The sorted by field.
sortBy?: string
Property Value
string
sortType
to specify whether the result should be sorted? If yes, whether asc or desc.
Possible values: "NONE", "ASC", "DESC"
sortType?: string
Property Value
string
startIndex
The start index of the page.
startIndex?: number
Property Value
number
totalCount
The total count of items.
totalCount?: number
Property Value
number