Share via


AtlasClassificationsOutput interface

REST serialization friendly list.

Properties

list

An array of objects.

pageSize

The size of the page.

sortBy

The sorted by field.

sortType

to specify whether the result should be sorted? If yes, whether asc or desc.

Possible values: "NONE", "ASC", "DESC"

startIndex

The start index of the page.

totalCount

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