DataSourceListResult interface

The list data source by workspace operation response.

Properties

nextLink

The link (url) to the next page of datasources.

value

A list of datasources.

Property Details

The link (url) to the next page of datasources.

nextLink?: string

Property Value

string

value

A list of datasources.

value?: DataSource[]

Property Value