Package version:

Interface DataFlowReference

Data flow reference type.

interface DataFlowReference {
    datasetParameters?: any;
    parameters?: {
        [propertyName: string]: any;
    };
    referenceName: string;
    type: string;
    [property: string]: any;
}

Indexable

  • [property: string]: any

    Describes unknown properties. The value of an unknown property can be of "any" type.

Properties

datasetParameters?: any

Reference data flow parameters from dataset.

parameters?: {
    [propertyName: string]: any;
}

Data flow parameters

referenceName: string

Reference data flow name.

type: string

Data flow reference type.