Class CoreResourceMetaAttributes
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry.Models
- Assembly
- Azure.Iot.Operations.Services.dll
Mutable attributes for creating or updating a Resource (its meta sub-entity).
public class CoreResourceMetaAttributes
- Inheritance
-
CoreResourceMetaAttributes
- Inherited Members
Properties
Compatibility
States that Versions of this Resource adhere to a certain compatibility rule.
public string? Compatibility { get; set; }
Property Value
Deprecated
Information about deprecation status of the entity, if applicable.
public DeprecatedInfo? Deprecated { 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[]>
Labels
A mechanism in which additional metadata about the entity can be stored without changing the model definition of the entity. Labels can be used for querying.
public required List<Label> Labels { get; set; }
Property Value
XRef
Indicates that this Resource is a reference to another Resource within the same Registry. The XID path of the referenced Resource.
public string? XRef { get; set; }