DataFlowSourceSetting interface

用於偵錯的數據流來源設定定義。

屬性

additionalProperties

其他屬性

rowLimit

定義偵錯中數據流來源的數據列限制。

sourceName

數據流來源名稱。

屬性詳細資料

additionalProperties

其他屬性

additionalProperties?: Record<string, any>

屬性值

Record<string, any>

rowLimit

定義偵錯中數據流來源的數據列限制。

rowLimit?: number

屬性值

number

sourceName

數據流來源名稱。

sourceName?: string

屬性值

string