AzureFunctionEventSubscriptionDestinationProperties interface

The properties that represent the Azure Function destination of an event subscription.

Properties

deliveryAttributeMappings

Delivery attribute details.

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

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