PagedDataConnectionOutput interface
Paged collection of DataConnection items
Properties
| next |
The link to the next page of items |
| total |
The total number of items available in the full result set. |
| value | The DataConnection items on this page |
Property Details
nextLink
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[]