AzureTableOutputDataSource interface
描述 Azure 表输出数据源。
属性
| account |
Azure 存储帐户的帐户密钥。 PUT (CreateOrReplace) 请求时是必需的。 |
| account |
Azure 存储帐户的名称。 PUT (CreateOrReplace) 请求时是必需的。 |
| batch |
一次写入 Azure 表的行数。 |
| columns |
如果指定,则数组中的每个项都是要从输出事件实体中删除的列的名称(如果存在)。 |
| partition |
此元素指示查询中 SELECT 语句中列的名称,该列将用作 Azure 表的分区键。 PUT (CreateOrReplace) 请求时是必需的。 |
| row |
此元素指示查询中 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"