你当前正在访问 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"