Class CoreGroupEntity
- Namespace
- Azure.Iot.Operations.Services.EdgeRegistry.Models
- Assembly
- Azure.Iot.Operations.Services.dll
A Group entity — container for related Resources.
public class CoreGroupEntity
- Inheritance
-
CoreGroupEntity
- Inherited Members
Properties
CreatedAt
The date/time of when the entity was created.
public required DateTime CreatedAt { get; set; }
Property Value
Deprecated
Information about deprecation status of the entity, if applicable.
public DeprecatedInfo? Deprecated { get; set; }
Property Value
Description
A human-readable summary of the purpose of the entity.
public string? Description { get; set; }
Property Value
Documentation
A URL to additional information about this entity.
public string? Documentation { get; set; }
Property Value
Epoch
A numeric value used to determine whether an entity has been modified.
public required ulong Epoch { get; set; }
Property Value
Extensions
Extension-specific attributes (e.g., envelope, protocol for message Groups).
public required Dictionary<string, byte[]> Extensions { get; set; }
Property Value
- Dictionary<string, byte[]>
Icon
A URL to a graphical icon for the owning entity.
public string? Icon { get; set; }
Property Value
Id
Group identifier.
public required string Id { get; set; }
Property Value
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
ModifiedAt
The date/time of when the entity was last updated.
public required DateTime ModifiedAt { get; set; }
Property Value
Name
Human-readable name.
public string? Name { get; set; }
Property Value
ResourcesCounts
Map of the count of each Resource type contained within this Group, keyed by Resource type.
public required Dictionary<string, ulong> ResourcesCounts { get; set; }
Property Value
XId
Full XID path, e.g. /schemagroups/mygroup
public required string XId { get; set; }