Namespace PushTechnology.ClientInterface.Client.Features.TimeSeries

Classes

InvalidQueryException

Exception used to report a query that is invalid for the time series.

NoSuchEventException

The exception used to report a time series topic does not have an original event with the sequence number provided by an EditAsync<TValue>(String, Int64, TValue) operation.

Interfaces

IEvent<TValue>

The event in a time series.

IEventMetadata

The time series event metadata.

IQuery<TValue>

The configured query.

IQueryResult<TValue>

The query result providing a stream of events.

IRangeQuery<TValue>

The builder for queries that select a range of events from a time series.

ITimeSeries

This feature allows a session to update and query time series topics.

Enums

StreamStructure

The structural properties of a stream.

Back to top