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

AzureTableOutputDataSource interface

描述 Azure 表输出数据源。

扩展

属性

accountKey

Azure 存储帐户的帐户密钥。 PUT (CreateOrReplace) 请求时是必需的。

accountName

Azure 存储帐户的名称。 PUT (CreateOrReplace) 请求时是必需的。

batchSize

一次写入 Azure 表的行数。

columnsToRemove

如果指定,则数组中的每个项都是要从输出事件实体中删除的列的名称(如果存在)。

partitionKey

此元素指示查询中 SELECT 语句中列的名称,该列将用作 Azure 表的分区键。 PUT (CreateOrReplace) 请求时是必需的。

rowKey

此元素指示查询中 SELECT 语句中的列的名称,该列将用作 Azure 表的行键。 PUT (CreateOrReplace) 请求时是必需的。

table

Azure 表的名称。 PUT (CreateOrReplace) 请求时是必需的。

type

多态鉴别器,它指定此对象可以的不同类型的

属性详细信息

accountKey

Azure 存储帐户的帐户密钥。 PUT (CreateOrReplace) 请求时是必需的。

accountKey?: string

属性值

string

accountName

Azure 存储帐户的名称。 PUT (CreateOrReplace) 请求时是必需的。

accountName?: string

属性值

string

batchSize

一次写入 Azure 表的行数。

batchSize?: number

属性值

number

columnsToRemove

如果指定,则数组中的每个项都是要从输出事件实体中删除的列的名称(如果存在)。

columnsToRemove?: string[]

属性值

string[]

partitionKey

此元素指示查询中 SELECT 语句中列的名称,该列将用作 Azure 表的分区键。 PUT (CreateOrReplace) 请求时是必需的。

partitionKey?: string

属性值

string

rowKey

此元素指示查询中 SELECT 语句中的列的名称,该列将用作 Azure 表的行键。 PUT (CreateOrReplace) 请求时是必需的。

rowKey?: string

属性值

string

table

Azure 表的名称。 PUT (CreateOrReplace) 请求时是必需的。

table?: string

属性值

string

type

多态鉴别器,它指定此对象可以的不同类型的

type: "Microsoft.Storage/Table"

属性值

"Microsoft.Storage/Table"