ExportImportDevice.TwinETag Property

Definition

String representing a Twin ETag for the entity, as per RFC7232.

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="twinETag")]
public string TwinETag { get; set; }
[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="twinETag")]
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Devices.NewtonsoftJsonETagConverter))]
public Azure.ETag TwinETag { get; set; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="twinETag")>]
member this.TwinETag : string with get, set
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="twinETag")>]
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Devices.NewtonsoftJsonETagConverter))>]
member this.TwinETag : Azure.ETag with get, set
Public Property TwinETag As String
Public Property TwinETag As ETag

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute Newtonsoft.Json.JsonConverterAttribute

Remarks

The value is only used if import mode is updateIfMatchETag, in that case the import operation is performed only if this ETag matches the value maintained by the server.

Applies to