Skip to main content

StreamDataQueryResult

Namespace: Meshmakers.Octo.Runtime.Contracts.StreamData

Contains the result of a stream data query execution.

public class StreamDataQueryResult

Inheritance ObjectStreamDataQueryResult

Properties

Rows

public IReadOnlyList<StreamDataRow> Rows { get; set; }

Property Value

IReadOnlyList<StreamDataRow>

TotalCount

public long TotalCount { get; set; }

Property Value

Int64

Constructors

StreamDataQueryResult()

Caution

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


public StreamDataQueryResult()