TimeSeriesCmd class

Constructors

TimeSeriesCmd({required List<String> keys, required int startTs, required int timeWindow, int interval = 1000, int? limit, Aggregation agg = Aggregation.NONE, bool? fetchLatestPreviousPoint})

Properties

agg Aggregation
final
fetchLatestPreviousPoint bool?
final
hashCode int
The hash code for this object.
no setterinherited
interval int
final
keys List<String>
final
limit int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTs int
final
timeWindow int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited