FeedbackRecord Class

Definition

Contains properties of an individual feedback record.

public class FeedbackRecord
type FeedbackRecord = class
Public Class FeedbackRecord
Inheritance
FeedbackRecord

Remarks

Feedback messages are delivery acknowledgments for messages sent to a device from IoT hub.

Constructors

FeedbackRecord()

Properties

Description

Description for StatusCode.

DeviceGenerationId

The device generation Id of the target device of the cloud-to-device message to which this piece of feedback relates.

DeviceId

The Id of the target device of the cloud-to-device message to which this piece of feedback relates.

EnqueuedOnUtc

Date and time that indicates when the outcome of the message happened in UTC (for example, the hub received the feedback message or the original message expired).

EnqueuedTimeUtc

Date and time that indicates when the outcome of the message happened in UTC (for example, the hub received the feedback message or the original message expired).

OriginalMessageId

The Id of the cloud-to-device message to which this feedback message relates.

StatusCode

The status of feedback messages that are generated by the IoT hub.

Applies to