TableInputOptions interface

屬性

connection

應用程式設定 (或環境變數) 與此資料表輸入要使用的記憶體連接字串

filter

要從數據表傳回之實體的 OData 篩選表示式。 無法與 rowKey搭配使用。

partitionKey

要讀取之數據表實體的數據分割索引鍵。

rowKey

要讀取之數據表實體的數據列索引鍵。 無法與 takefilter搭配使用。

tableName

數據表名稱

take

要傳回的實體數目上限。 無法與 rowKey 搭配使用

屬性詳細資料

connection

應用程式設定 (或環境變數) 與此資料表輸入要使用的記憶體連接字串

connection: string

屬性值

string

filter

要從數據表傳回之實體的 OData 篩選表示式。 無法與 rowKey搭配使用。

filter?: string

屬性值

string

partitionKey

要讀取之數據表實體的數據分割索引鍵。

partitionKey?: string

屬性值

string

rowKey

要讀取之數據表實體的數據列索引鍵。 無法與 takefilter搭配使用。

rowKey?: string

屬性值

string

tableName

數據表名稱

tableName: string

屬性值

string

take

要傳回的實體數目上限。 無法與 rowKey 搭配使用

take?: number

屬性值

number