FeedbackBatch Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains a batch of feedback records.
public class FeedbackBatch
type FeedbackBatch = class
Public Class FeedbackBatch
- Inheritance
-
FeedbackBatch
Remarks
Feedback messages are delivery acknowledgments for messages sent to a device from IoT hub.
Constructors
FeedbackBatch() |
This constructor is for deserialization and unit test mocking purposes. |
Properties
EnqueuedOnUtc |
When the feedback message was received by the IoT hub in UTC. |
EnqueuedTime |
Date and time that indicates when the feedback message was received by the IoT hub. Feedback messages are delivery acknowledgments for messages sent to a device from IoT hub. |
IotHubHostName |
The IoT hub host name. |
Records |
A collection of feedback records of C2D messages across multiple devices in the IoT hub. |
UserId |
The IoT hub hostname. |
Applies to
Azure SDK for .NET