AzureFunctionEventSubscriptionDestinationResponse

data class AzureFunctionEventSubscriptionDestinationResponse(val deliveryAttributeMappings: List<Either<DynamicDeliveryAttributeMappingResponse, StaticDeliveryAttributeMappingResponse>>? = null, val endpointType: String, val maxEventsPerBatch: Int? = null, val preferredBatchSizeInKilobytes: Int? = null, val resourceId: String? = null)

Information about the azure function destination for an event subscription.

Constructors

constructor(deliveryAttributeMappings: List<Either<DynamicDeliveryAttributeMappingResponse, StaticDeliveryAttributeMappingResponse>>? = null, endpointType: String, maxEventsPerBatch: Int? = null, preferredBatchSizeInKilobytes: Int? = null, resourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of the endpoint for the event subscription destination. Expected value is 'AzureFunction'.

Link copied to clipboard
val maxEventsPerBatch: Int? = null

Maximum number of events per batch.

Link copied to clipboard

Preferred batch size in Kilobytes.

Link copied to clipboard
val resourceId: String? = null

The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription.