ExportImportDevice.PropertyContainer.ReportedProperties プロパティ

定義

報告されたプロパティのキーと値のペアのコレクション。

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="reported")]
public Microsoft.Azure.Devices.Shared.TwinCollection ReportedProperties { get; set; }
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="reported")]
public Microsoft.Azure.Devices.ClientTwinProperties ReportedProperties { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="reported")>]
member this.ReportedProperties : Microsoft.Azure.Devices.Shared.TwinCollection with get, set
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="reported")>]
member this.ReportedProperties : Microsoft.Azure.Devices.ClientTwinProperties with get, set
Public Property ReportedProperties As TwinCollection
Public Property ReportedProperties As ClientTwinProperties

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

キーは UTF-8 でエンコードされ、大文字と小文字が区別され、最大 1 KB の長さです。 使用できる文字は、UNICODE 制御文字 (セグメント C0 および C1)、'.'、'$'、およびスペースを除外します。 報告されるプロパティ値は、最大 4 KB の長さの JSON オブジェクトです。

適用対象