AzureFunctionEventSubscriptionDestination interface

Information about the azure function destination for an event subscription.

Extends

Properties

deliveryAttributeMappings

Delivery attribute details.

endpointType

Polymorphic discriminator, which specifies the different types this object can be

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

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