PagedDataConnectionOutput interface

Paged collection of DataConnection items

Properties

nextLink

The link to the next page of items

totalElements

The total number of items available in the full result set.

value

The DataConnection items on this page

Property Details

The link to the next page of items

nextLink?: string

Property Value

string

totalElements

The total number of items available in the full result set.

totalElements?: number

Property Value

number

value

The DataConnection items on this page

value: DataConnectionOutput[]

Property Value