Azure Table Output Data Source Response
data class AzureTableOutputDataSourceResponse(val accountKey: String? = null, val accountName: String? = null, val batchSize: Int? = null, val columnsToRemove: List<String>? = null, val partitionKey: String? = null, val rowKey: String? = null, val table: String? = null, val type: String)
Describes an Azure Table output data source.
Constructors
Properties
Link copied to clipboard
The account key for the Azure Storage account. Required on PUT (CreateOrReplace) requests.
Link copied to clipboard
The name of the Azure Storage account. Required on PUT (CreateOrReplace) requests.
Link copied to clipboard
If specified, each item in the array is the name of a column to remove (if present) from output event entities.
Link copied to clipboard
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.