TableOutputOptions interface

Properties

connection

An app setting (or environment variable) with the storage connection string to be used by this table output

partitionKey

The partition key of the table entity to write.

rowKey

The row key of the table entity to write.

tableName

The table name

Property Details

connection

An app setting (or environment variable) with the storage connection string to be used by this table output

connection: string

Property Value

string

partitionKey

The partition key of the table entity to write.

partitionKey?: string

Property Value

string

rowKey

The row key of the table entity to write.

rowKey?: string

Property Value

string

tableName

The table name

tableName: string

Property Value

string