FeedbackRecord.StatusCode Property

Definition

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

[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="statusCode")]
public Microsoft.Azure.Devices.FeedbackStatusCode StatusCode { get; set; }
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="statusCode")]
public Microsoft.Azure.Devices.FeedbackStatusCode StatusCode { get; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="statusCode")>]
member this.StatusCode : Microsoft.Azure.Devices.FeedbackStatusCode with get, set
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore, PropertyName="statusCode")>]
member this.StatusCode : Microsoft.Azure.Devices.FeedbackStatusCode
Public Property StatusCode As FeedbackStatusCode
Public ReadOnly Property StatusCode As FeedbackStatusCode

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Possible values are:

  • Success
  • Expired
  • DeliveryCountExceeded
  • Rejected
  • Purged

Applies to