StreamDataRow
Namespace: Meshmakers.Octo.Runtime.Contracts.StreamData
Represents a single row in a stream data query result.
public class StreamDataRow
Inheritance Object → StreamDataRow
Properties
RtId
public Nullable<OctoObjectId> RtId { get; set; }
Property Value
CkTypeId
public RtCkId<CkTypeId> CkTypeId { get; set; }
Property Value
RtCkId<CkTypeId>
Timestamp
public Nullable<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
Values
public IReadOnlyDictionary<string, object> Values { get; set; }
Property Value
IReadOnlyDictionary<String, Object>
Constructors
StreamDataRow()
public StreamDataRow()