Azure Table Output Data Source Args
data class AzureTableOutputDataSourceArgs(val accountKey: Output<String>? = null, val accountName: Output<String>? = null, val batchSize: Output<Int>? = null, val columnsToRemove: Output<List<String>>? = null, val partitionKey: Output<String>? = null, val rowKey: Output<String>? = null, val table: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<AzureTableOutputDataSourceArgs>
Describes an Azure Table output data source.
Constructors
Link copied to clipboard
fun AzureTableOutputDataSourceArgs(accountKey: Output<String>? = null, accountName: Output<String>? = null, batchSize: Output<Int>? = null, columnsToRemove: Output<List<String>>? = null, partitionKey: Output<String>? = null, rowKey: Output<String>? = null, table: Output<String>? = null, type: Output<String>)