Package version:

Interface DataFlowListResponse

A list of data flow resources.

interface DataFlowListResponse {
    nextLink?: string;
    value: DataFlowResource[];
}

Properties

Properties

nextLink?: string

The link to the next page of results, if any remaining results exist.

List of data flows.