Class CoreResourceEntity
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry.Models
- Assembly
- Azure.Iot.Operations.Services.dll
Resource entity.
public class CoreResourceEntity
- Inheritance
-
CoreResourceEntity
- Inherited Members
Properties
DefaultVersion
A specific Version of a Resource.
public required CoreVersionEntity DefaultVersion { get; set; }
Property Value
Extensions
Extension-specific attributes (e.g., format and content_type for schemas).
public required Dictionary<string, byte[]> Extensions { get; set; }
Property Value
- Dictionary<string, byte[]>
Id
Resource identifier.
public required string Id { get; set; }
Property Value
Meta
An object that contains most of the Resource-level attributes.
public required CoreResourceMeta Meta { get; set; }
Property Value
VersionsCount
The number of Versions contained on the Resource.
public required ulong VersionsCount { get; set; }
Property Value
XId
Full XID path.
public required string XId { get; set; }