Skip to main content

StreamDataRow

Namespace: Meshmakers.Octo.Runtime.Contracts.StreamData

Represents a single row in a stream data query result.

public class StreamDataRow

Inheritance ObjectStreamDataRow

Properties

RtId

public Nullable<OctoObjectId> RtId { get; set; }

Property Value

Nullable<OctoObjectId>

CkTypeId

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

Property Value

RtCkId<CkTypeId>

Timestamp

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

Property Value

Nullable<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>

Values

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

Property Value

IReadOnlyDictionary<String, Object>

Constructors

StreamDataRow()

public StreamDataRow()