TimeseriesSubscriptionCmd class

Inheritance

Constructors

TimeseriesSubscriptionCmd({int? cmdId, String? keys, required EntityType entityType, required String entityId, int? startTs, int? timeWindow, int? interval = 1000, int? limit, Aggregation agg = Aggregation.NONE, AttributeScope? scope, bool unsubscribe = false})

Properties

agg Aggregation
final
cmdId int?
getter/setter pairinherited
entityId String
finalinherited
entityType EntityType
finalinherited
hashCode int
The hash code for this object.
no setterinherited
interval int?
final
keys String?
finalinherited
limit int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope AttributeScope?
finalinherited
startTs int?
final
timeWindow int?
final
type WsCmdType
getter/setter pairinherited
unsubscribe bool
getter/setter pairinherited

Methods

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

Operators

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