SystemTopicEventSubscriptionAzureFunctionEndpoint

data class SystemTopicEventSubscriptionAzureFunctionEndpoint(val functionId: String, val maxEventsPerBatch: Int? = null, val preferredBatchSizeInKilobytes: Int? = null)

Constructors

constructor(functionId: String, maxEventsPerBatch: Int? = null, preferredBatchSizeInKilobytes: Int? = null)

Types

Link copied to clipboard
object Companion

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
val maxEventsPerBatch: Int? = null

Maximum number of events per batch.

Link copied to clipboard

Preferred batch size in Kilobytes.