System Topic Event Subscription Azure Function Endpoint
data class SystemTopicEventSubscriptionAzureFunctionEndpoint(val functionId: String, val maxEventsPerBatch: Int? = null, val preferredBatchSizeInKilobytes: Int? = null)
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.