Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AzureTableOutputDataSource

Package version

Describes an Azure Table output data source.

Hierarchy

  • AzureTableOutputDataSource

Index

Properties

Optional accountKey

accountKey: undefined | string

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

Optional accountName

accountName: undefined | string

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

Optional batchSize

batchSize: undefined | number

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

Optional columnsToRemove

columnsToRemove: string[]

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

Optional partitionKey

partitionKey: undefined | string

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.

Optional rowKey

rowKey: undefined | string

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.

Optional table

table: undefined | string

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

type

type: "Microsoft.Storage/Table"

Polymorphic Discriminator

Generated using TypeDoc