共用方式為


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