AzureFunctionOutputDataSource interface
Defines the metadata of AzureFunctionOutputDataSource
- Extends
Properties
| api |
If you want to use an Azure Function from another subscription, you can do so by providing the key to access your function. |
| function |
The name of your Azure Functions app. |
| function |
The name of the function in your Azure Functions app. |
| max |
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. |
| max |
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). |
| type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
apiKey
If you want to use an Azure Function from another subscription, you can do so by providing the key to access your function.
apiKey?: string
Property Value
string
functionAppName
The name of your Azure Functions app.
functionAppName?: string
Property Value
string
functionName
The name of the function in your Azure Functions app.
functionName?: string
Property Value
string
maxBatchCount
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.
maxBatchCount?: number
Property Value
number
maxBatchSize
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).
maxBatchSize?: number
Property Value
number
type
Polymorphic discriminator, which specifies the different types this object can be
type: "Microsoft.AzureFunction"
Property Value
"Microsoft.AzureFunction"