Class ThingDescriptionVersionExtensions
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry.Generated
- Assembly
- Azure.Iot.Operations.Services.dll
Additional fields and field guarantees for the thing description extension.
public class ThingDescriptionVersionExtensions : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
ThingDescriptionVersionExtensions
- Implements
- Inherited Members
Properties
ContentType
Content type of the thing description version.
[JsonPropertyName("contentType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? ContentType { get; set; }
Property Value
Format
Thing description format identifier, e.g. WoT-TD/1.1.
[JsonPropertyName("format")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Format { get; set; }
Property Value
ThingDescriptionDocument
The raw thing description document for this version as bytes.
[JsonPropertyName("thingDescriptionDocument")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public byte[] ThingDescriptionDocument { get; set; }
Property Value
- byte[]