Class ResourceMetaAttributes
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry.Generated
- Assembly
- Azure.Iot.Operations.Services.dll
public class ResourceMetaAttributes : IJsonOnDeserialized, IJsonOnSerializing
- Inheritance
-
ResourceMetaAttributes
- Implements
- Inherited Members
Properties
Extensions
Extension-specific attributes (e.g., format and content_type for schemas).
[JsonPropertyName("extensions")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public Dictionary<string, byte[]> Extensions { get; set; }
Property Value
- Dictionary<string, byte[]>
Id
Resource identifier within the group.
[JsonPropertyName("id")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public string Id { get; set; }
Property Value
Labels
The 'labels' Field.
[JsonPropertyName("labels")]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonRequired]
public Dictionary<string, string> Labels { get; set; }