Class CloudEvent
An event message set to Meadow.Cloud
Assembly: Meadow.Contracts.dll
View Source
public class CloudEvent
Properties
EventId
Gets or sets the CloudEvent's unique identifier
View Source
public int EventId { get; set; }
Description
Gets or sets the CloudEvent's Description
View Source
public string Description { get; set; }
Measurements
Gets or set the list of measurements associated with the CloudEvent
View Source
public Dictionary<string, object> Measurements { get; set; }
Timestamp
Gets or set the UTC timestamp when the CloudEvent was generated
View Source
public DateTimeOffset Timestamp { get; set; }