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

AmqpAnnotatedMessage interface

描述 AmqpAnnotatedMessage(ServiceBusReceivedMessage (的一部分)作为 amqpAnnotatedMessage 属性) 。

属性

applicationProperties

包含应用程序特定消息属性的字典。

body

消息正文。

bodyType

从中解码数据的 AMQP 部分。

deliveryAnnotations

用于邮件顶部的传递特定非标准属性的字典。

footer

描述消息的页脚属性集。

header

描述消息的已定义标准标头属性集。

messageAnnotations

包含将在消息标头中保留的消息属性的字典

properties

描述消息的已定义标准属性集。

属性详细信息

applicationProperties

包含应用程序特定消息属性的字典。

applicationProperties?: {[key: string]: any}

属性值

{[key: string]: any}

body

消息正文。

body: any

属性值

any

bodyType

从中解码数据的 AMQP 部分。

bodyType?: "data" | "sequence" | "value"

属性值

"data" | "sequence" | "value"

deliveryAnnotations

用于邮件顶部的传递特定非标准属性的字典。

deliveryAnnotations?: {[key: string]: any}

属性值

{[key: string]: any}

描述消息的页脚属性集。

footer?: {[key: string]: any}

属性值

{[key: string]: any}

header

描述消息的已定义标准标头属性集。

header?: AmqpMessageHeader

属性值

AmqpMessageHeader

messageAnnotations

包含将在消息标头中保留的消息属性的字典

messageAnnotations?: {[key: string]: any}

属性值

{[key: string]: any}

properties

描述消息的已定义标准属性集。

properties?: AmqpMessageProperties

属性值

AmqpMessageProperties