Class CreateThingDescriptionVersionOptions
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry.Models
- Assembly
- Azure.Iot.Operations.Services.dll
Options for creating a thing description version.
public class CreateThingDescriptionVersionOptions
- Inheritance
-
CreateThingDescriptionVersionOptions
- Inherited Members
Properties
Ancestor
The versionId of this version's ancestor if it has an ancestor.
public string? Ancestor { get; set; }
Property Value
ContentType
Content type of the thing description version.
public string? ContentType { get; set; }
Property Value
Description
Description of the thing description version.
public string? Description { get; set; }
Property Value
Documentation
Documentation URL or text.
public string? Documentation { get; set; }
Property Value
Format
Thing description format identifier, e.g. WotTd11.
public string Format { get; set; }
Property Value
Labels
Labels for the thing description version.
public Dictionary<string, string> Labels { get; set; }
Property Value
Name
Human-readable name.
public string? Name { get; set; }
Property Value
ThingDescriptionDocument
The raw thing description document content.
public byte[] ThingDescriptionDocument { get; set; }
Property Value
- byte[]
VersionId
The version identifier for this thing description version.
public string VersionId { get; set; }