Package version:

Interface DataFlowSourceSetting

Definition of data flow source setting for debug.

interface DataFlowSourceSetting {
    rowLimit?: number;
    sourceName?: string;
    [property: string]: any;
}

Indexable

  • [property: string]: any

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

Properties

rowLimit?: number

Defines the row limit of data flow source in debug.

sourceName?: string

The data flow source name.