Share via


AmqpAnnotatedMessage interface

ServiceBusReceivedMessage( amqpAnnotatedMessage as property)의 일부인 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