AzureFunctionEventSubscriptionDestination interface
Information about the azure function destination for an event subscription.
- Extends
Properties
delivery |
Delivery attribute details. |
endpoint |
Polymorphic discriminator, which specifies the different types this object can be |
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
endpointType
Polymorphic discriminator, which specifies the different types this object can be
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