Table of Contents

Class SchemaVersionXid

Namespace
Azure.Iot.Operations.Services.EdgeRegistry.Models
Assembly
Azure.Iot.Operations.Services.dll

The XID components that identify a Schema Version.

public class SchemaVersionXid
Inheritance
SchemaVersionXid
Inherited Members

Properties

GroupId

Group identifier.

public required string GroupId { get; set; }

Property Value

string

GroupType

Group type.

public required string GroupType { get; set; }

Property Value

string

ResourceId

Resource (Schema) identifier.

public required string ResourceId { get; set; }

Property Value

string

ResourceType

Resource type.

public required string ResourceType { get; set; }

Property Value

string

VersionId

Version identifier.

public required ulong VersionId { get; set; }

Property Value

ulong