Class ThingDescriptionVersionXid
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry.Models
- Assembly
- Azure.Iot.Operations.Services.dll
The XID components that identify a Thing Description Version.
public class ThingDescriptionVersionXid
- Inheritance
-
ThingDescriptionVersionXid
- Inherited Members
Properties
GroupId
Group identifier.
public required string GroupId { get; set; }
Property Value
GroupType
Group type.
public required string GroupType { get; set; }
Property Value
ResourceId
Resource (Thing Description) identifier.
public required string ResourceId { get; set; }
Property Value
ResourceType
Resource type.
public required string ResourceType { get; set; }
Property Value
VersionId
Version identifier.
public required ulong VersionId { get; set; }