StreamDataQueryResult
Namespace: Meshmakers.Octo.Runtime.Contracts.StreamData
Contains the result of a stream data query execution.
public class StreamDataQueryResult
Inheritance Object → StreamDataQueryResult
Properties
Rows
public IReadOnlyList<StreamDataRow> Rows { get; set; }
Property Value
TotalCount
public long TotalCount { get; set; }
Property Value
Constructors
StreamDataQueryResult()
Caution
Constructors of types with required members are not supported in this version of your compiler.
public StreamDataQueryResult()