共用方式為


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