AzureFunctionEventSubscriptionDestination interface

Information about the azure function destination for an event subscription.

Extends

Properties

deliveryAttributeMappings

Delivery attribute details.

endpointType

Type of the endpoint for the event subscription destination.

maxEventsPerBatch

Maximum number of events per batch.

preferredBatchSizeInKilobytes

Preferred batch size in Kilobytes.

resourceId

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

Property Details

deliveryAttributeMappings

Delivery attribute details.

deliveryAttributeMappings?: DeliveryAttributeMappingUnion[]

Property Value

endpointType

Type of the endpoint for the event subscription destination.

endpointType: "AzureFunction"

Property Value

"AzureFunction"

maxEventsPerBatch

Maximum number of events per batch.

maxEventsPerBatch?: number

Property Value

number

preferredBatchSizeInKilobytes

Preferred batch size in Kilobytes.

preferredBatchSizeInKilobytes?: number

Property Value

number

resourceId

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

resourceId?: string

Property Value

string