你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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