DataFlowSourceSetting interface

Definition of data flow source setting for debug.

Properties

additionalProperties

Additional properties

rowLimit

Defines the row limit of data flow source in debug.

sourceName

The data flow source name.

Property Details

additionalProperties

Additional properties

additionalProperties?: Record<string, any>

Property Value

Record<string, any>

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