TableOutputOptions interface
屬性
| connection | 應用程式設定(或環境變數)與此資料表輸出要使用的記憶體連接字串 |
| partition |
要寫入之數據表實體的數據分割索引鍵。 |
| row |
要寫入之數據表實體的數據列索引鍵。 |
| table |
數據表名稱 |
屬性詳細資料
connection
應用程式設定(或環境變數)與此資料表輸出要使用的記憶體連接字串
connection: string
屬性值
string
partitionKey
要寫入之數據表實體的數據分割索引鍵。
partitionKey?: string
屬性值
string
rowKey
要寫入之數據表實體的數據列索引鍵。
rowKey?: string
屬性值
string
tableName
數據表名稱
tableName: string
屬性值
string