Hierarchy

  • PublishToIoTCoreRequest

Properties

contentType?: string

(Optional) Message content type.

correlationData?: Payload

(Optional) Correlation data blob for request/response.

messageExpiryIntervalSeconds?: number

(Optional) Message expiry interval in seconds.

payload?: Payload

(Optional) The message payload as a blob.

payloadFormat?: PayloadFormat

(Optional) Message payload format.

qos: QOS

The MQTT QoS to use.

responseTopic?: string

(Optional) Response topic for request/response.

retain?: boolean

(Optional) Whether to set MQTT retain option to true when publishing.

topicName: string

The topic to which to publish the message.

userProperties?: model.UserProperty[]

(Optional) MQTT user properties associated with the message.

Generated using TypeDoc