Partager via


ExportImportDevice.PropertyContainer.ReportedProperties Propriété

Définition

Collection de paires clé-valeur de propriété signalées.

[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

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

Remarques

Les clés sont encodées en UTF-8, respectant la casse et d’une longueur maximale de 1 Ko. Les caractères autorisés excluent les caractères de contrôle UNICODE (segments C0 et C1), « . », « $ » et espace. Les valeurs de propriété signalées sont des objets JSON, d’une longueur maximale de 4 Ko.

S’applique à