AzureTableOutputDataSource interface

Describes an Azure Table output data source.

Extends

Properties

accountKey

The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.

accountName

The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.

batchSize

The number of rows to write to the Azure Table at a time.

columnsToRemove

If specified, each item in the array is the name of a column to remove (if present) from output event entities.

partitionKey

This element indicates the name of a column from the SELECT statement in the query that will be used as the partition key for the Azure Table. Required on PUT (CreateOrReplace) requests.

rowKey

This element indicates the name of a column from the SELECT statement in the query that will be used as the row key for the Azure Table. Required on PUT (CreateOrReplace) requests.

table

The name of the Azure Table. Required on PUT (CreateOrReplace) requests.

type

Polymorphic discriminator, which specifies the different types this object can be

Property Details

accountKey

The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.

accountKey?: string

Property Value

string

accountName

The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.

accountName?: string

Property Value

string

batchSize

The number of rows to write to the Azure Table at a time.

batchSize?: number

Property Value

number

columnsToRemove

If specified, each item in the array is the name of a column to remove (if present) from output event entities.

columnsToRemove?: string[]

Property Value

string[]

partitionKey

This element indicates the name of a column from the SELECT statement in the query that will be used as the partition key for the Azure Table. Required on PUT (CreateOrReplace) requests.

partitionKey?: string

Property Value

string

rowKey

This element indicates the name of a column from the SELECT statement in the query that will be used as the row key for the Azure Table. Required on PUT (CreateOrReplace) requests.

rowKey?: string

Property Value

string

table

The name of the Azure Table. Required on PUT (CreateOrReplace) requests.

table?: string

Property Value

string

type

Polymorphic discriminator, which specifies the different types this object can be

type: "Microsoft.Storage/Table"

Property Value

"Microsoft.Storage/Table"