AzureFunctionEventSubscriptionDestination interface
有关事件订阅的 Azure 函数目标的信息。
属性
| delivery |
传递属性详细信息。 |
| endpoint |
多态鉴别器,它指定此对象可以的不同类型的 |
| max |
每个批处理的最大事件数。 |
| preferred |
首选批大小(以千字节为单位)。 |
| resource |
表示事件订阅的 Azure Function 目标的终结点的 Azure 资源 ID。 |
属性详细信息
deliveryAttributeMappings
传递属性详细信息。
deliveryAttributeMappings?: DeliveryAttributeMappingUnion[]
属性值
endpointType
多态鉴别器,它指定此对象可以的不同类型的
endpointType: "AzureFunction"
属性值
"AzureFunction"
maxEventsPerBatch
每个批处理的最大事件数。
maxEventsPerBatch?: number
属性值
number
preferredBatchSizeInKilobytes
首选批大小(以千字节为单位)。
preferredBatchSizeInKilobytes?: number
属性值
number
resourceId
表示事件订阅的 Azure Function 目标的终结点的 Azure 资源 ID。
resourceId?: string
属性值
string