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, long, TValue) operation.
Interfaces
- IEventMetadata
The time series event metadata.
- IEvent<TValue>
The event in a time series.
- IQueryResult<TValue>
The query result providing a stream of events.
- IQuery<TValue>
The configured query.
- 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.