Skip to main content

Class CloudEvent

An event message set to Meadow.Cloud

Assembly: Meadow.Contracts.dll
View Source
Declaration
public class CloudEvent

Properties

EventId

Gets or sets the CloudEvent's unique identifier

View Source
Declaration
public int EventId { get; set; }

Description

Gets or sets the CloudEvent's Description

View Source
Declaration
public string Description { get; set; }

Measurements

Gets or set the list of measurements associated with the CloudEvent

View Source
Declaration
public Dictionary<string, object> Measurements { get; set; }

Timestamp

Gets or set the UTC timestamp when the CloudEvent was generated

View Source
Declaration
public DateTimeOffset Timestamp { get; set; }