你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureFunctionEventSubscriptionDestination interface

有关事件订阅的 Azure 函数目标的信息。

Extends

属性

deliveryAttributeMappings

传递属性详细信息。

endpointType

多态鉴别器,它指定此对象可以是的不同类型

maxEventsPerBatch

每个批的最大事件数。

preferredBatchSizeInKilobytes

首选批大小(以千字节为单位)。

resourceId

表示事件订阅的 Azure 函数目标的终结点的 Azure 资源 ID。

属性详细信息

deliveryAttributeMappings

传递属性详细信息。

deliveryAttributeMappings?: DeliveryAttributeMappingUnion[]

属性值

endpointType

多态鉴别器,它指定此对象可以是的不同类型

endpointType: "AzureFunction"

属性值

"AzureFunction"

maxEventsPerBatch

每个批的最大事件数。

maxEventsPerBatch?: number

属性值

number

preferredBatchSizeInKilobytes

首选批大小(以千字节为单位)。

preferredBatchSizeInKilobytes?: number

属性值

number

resourceId

表示事件订阅的 Azure 函数目标的终结点的 Azure 资源 ID。

resourceId?: string

属性值

string