AzureFunctionEventSubscriptionDestinationProperties interface
The properties that represent the Azure Function destination of an event subscription.
Properties
| delivery |
Delivery attribute details. |
| max |
Maximum number of events per batch. |
| preferred |
Preferred batch size in Kilobytes. |
| resource |
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