Table of Contents

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

DateTime

Deprecated

Information about deprecation status of the entity, if applicable.

public DeprecatedInfo? Deprecated { get; set; }

Property Value

DeprecatedInfo

Description

A human-readable summary of the purpose of the entity.

public string? Description { get; set; }

Property Value

string

Documentation

A URL to additional information about this entity.

public string? Documentation { get; set; }

Property Value

string

Epoch

A numeric value used to determine whether an entity has been modified.

public required ulong Epoch { get; set; }

Property Value

ulong

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

string

Id

Group identifier.

public required string Id { get; set; }

Property Value

string

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

List<Label>

ModifiedAt

The date/time of when the entity was last updated.

public required DateTime ModifiedAt { get; set; }

Property Value

DateTime

Name

Human-readable name.

public string? Name { get; set; }

Property Value

string

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

Dictionary<string, ulong>

XId

Full XID path, e.g. /schemagroups/mygroup

public required string XId { get; set; }

Property Value

string