StreamDataPoint
Namespace: Meshmakers.Octo.Runtime.Contracts.StreamData
Represents a single data point for stream data ingestion.
public class StreamDataPoint
Inheritance Object → StreamDataPoint
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
RtWellKnownName
public string RtWellKnownName { get; set; }
Property Value
RtCreationDateTime
public Nullable<DateTime> RtCreationDateTime { get; set; }
Property Value
RtChangedDateTime
public Nullable<DateTime> RtChangedDateTime { get; set; }
Property Value
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()