Azure Function Output Data Source Args
data class AzureFunctionOutputDataSourceArgs(val apiKey: Output<String>? = null, val functionAppName: Output<String>? = null, val functionName: Output<String>? = null, val maxBatchCount: Output<Double>? = null, val maxBatchSize: Output<Double>? = null, val type: Output<String>) : ConvertibleToJava<AzureFunctionOutputDataSourceArgs>
Defines the metadata of AzureFunctionOutputDataSource
Constructors
Properties
Link copied to clipboard
The name of your Azure Functions app.
Link copied to clipboard
The name of the function in your Azure Functions app.
Link copied to clipboard
A property that lets you specify the maximum number of events in each batch that's sent to Azure Functions. The default value is 100.
Link copied to clipboard
A property that lets you set the maximum size for each output batch that's sent to your Azure function. The input unit is in bytes. By default, this value is 262,144 bytes (256 KB).