Response returned when listing data sources.

interface ListDataSourcesResponse {
    dataSources: DataSource[];
    totalCount: number;
}

Properties

dataSources: DataSource[]

Data sources matching the request within the pagination.

totalCount: number

Total count of data sources matching the request.