Skip to main content

StreamDataPoint

Namespace: Meshmakers.Octo.Runtime.Contracts.StreamData

Represents a single data point for stream data ingestion.

public class StreamDataPoint

Inheritance ObjectStreamDataPoint

Properties

RtId

public OctoObjectId RtId { get; set; }

Property Value

OctoObjectId

CkTypeId

public RtCkId<CkTypeId> CkTypeId { get; set; }

Property Value

RtCkId<CkTypeId>

Timestamp

public DateTime Timestamp { get; set; }

Property Value

DateTime

RtWellKnownName

public string RtWellKnownName { get; set; }

Property Value

String

RtCreationDateTime

public Nullable<DateTime> RtCreationDateTime { get; set; }

Property Value

Nullable<DateTime>

RtChangedDateTime

public Nullable<DateTime> RtChangedDateTime { get; set; }

Property Value

Nullable<DateTime>

Attributes

public IReadOnlyDictionary<string, object> Attributes { get; set; }

Property Value

IReadOnlyDictionary<String, Object>

Constructors

StreamDataPoint()

Caution

Constructors of types with required members are not supported in this version of your compiler.


public StreamDataPoint()