DataFlowSourceSetting interface
Definition of data flow source setting for debug.
Properties
row |
Defines the row limit of data flow source in debug. |
source |
The data flow source name. |
Property Details
rowLimit
Defines the row limit of data flow source in debug.
rowLimit?: number
Property Value
number
sourceName
The data flow source name.
sourceName?: string
Property Value
string