Skip to main content

StreamDataQueryOptionsBase

Namespace: Meshmakers.Octo.Runtime.Contracts.StreamData

Base class for all stream data query options.

public abstract class StreamDataQueryOptionsBase

Inheritance ObjectStreamDataQueryOptionsBase

Properties

CkTypeId

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

Property Value

RtCkId<CkTypeId>

Columns

public IReadOnlyList<string> Columns { get; protected set; }

Property Value

IReadOnlyList<String>

RtIds

public IReadOnlyList<OctoObjectId> RtIds { get; protected set; }

Property Value

IReadOnlyList<OctoObjectId>

From

public Nullable<DateTime> From { get; protected set; }

Property Value

Nullable<DateTime>

To

public Nullable<DateTime> To { get; protected set; }

Property Value

Nullable<DateTime>

Limit

public Nullable<int> Limit { get; protected set; }

Property Value

Nullable<Int32>

SortOrders

public IReadOnlyList<SortOrderItem> SortOrders { get; protected set; }

Property Value

IReadOnlyList<SortOrderItem>

FieldFilters

public IReadOnlyList<FieldFilter> FieldFilters { get; protected set; }

Property Value

IReadOnlyList<FieldFilter>

Offset

public Nullable<int> Offset { get; protected set; }

Property Value

Nullable<Int32>

PageSize

public Nullable<int> PageSize { get; protected set; }

Property Value

Nullable<Int32>