Event Subscription Azure Function Endpoint
data class EventSubscriptionAzureFunctionEndpoint(val functionId: String, val maxEventsPerBatch: Int? = null, val preferredBatchSizeInKilobytes: Int? = null)
Constructors
Link copied to clipboard
fun EventSubscriptionAzureFunctionEndpoint(functionId: String, maxEventsPerBatch: Int? = null, preferredBatchSizeInKilobytes: Int? = null)