Table of Contents

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

string

ContentType

Content type of the thing description version.

public string? ContentType { get; set; }

Property Value

string

Description

Description of the thing description version.

public string? Description { get; set; }

Property Value

string

Documentation

Documentation URL or text.

public string? Documentation { get; set; }

Property Value

string

Format

Thing description format identifier, e.g. WotTd11.

public string Format { get; set; }

Property Value

string

Labels

Labels for the thing description version.

public Dictionary<string, string> Labels { get; set; }

Property Value

Dictionary<string, string>

Name

Human-readable name.

public string? Name { get; set; }

Property Value

string

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; }

Property Value

string