AzureFunctionEventSubscriptionDestinationProperties Class
The properties that represent the Azure Function destination of an event subscription.
Constructor
AzureFunctionEventSubscriptionDestinationProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
resource_id
|
The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription. |
|
max_events_per_batch
|
Maximum number of events per batch. |
|
preferred_batch_size_in_kilobytes
|
Preferred batch size in Kilobytes. |
|
delivery_attribute_mappings
|
Delivery attribute details. |
Attributes
delivery_attribute_mappings
Delivery attribute details.
delivery_attribute_mappings: list['_models.DeliveryAttributeMapping'] | None
max_events_per_batch
Maximum number of events per batch.
max_events_per_batch: int | None
preferred_batch_size_in_kilobytes
Preferred batch size in Kilobytes.
preferred_batch_size_in_kilobytes: int | None
resource_id
The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription.
resource_id: str | None