System Topic Event Subscription Azure Function Endpoint Args
data class SystemTopicEventSubscriptionAzureFunctionEndpointArgs(val functionId: Output<String>, val maxEventsPerBatch: Output<Int>? = null, val preferredBatchSizeInKilobytes: Output<Int>? = null) : ConvertibleToJava<SystemTopicEventSubscriptionAzureFunctionEndpointArgs>
Properties
Link copied to clipboard
Specifies the ID of the Function where the Event Subscription will receive events. This must be the functions ID in format {function_app.id}/functions/{name}.
Link copied to clipboard
Maximum number of events per batch.
Link copied to clipboard
Preferred batch size in Kilobytes.