Stats class

Contains application statistics for a specified time interval and time period.

Constructors

Stats()

Properties

all StatsMessageTypes?
A StatsMessageTypes object containing the aggregate count of all message stats.
getter/setter pair
apiRequests StatsRequestCount?
A StatsRequestCount object containing a breakdown of API Requests.
getter/setter pair
channels StatsResourceCount?
A StatsResourceCount object containing a breakdown of channels.
getter/setter pair
connections StatsConnectionTypes?
A StatsConnectionTypes object containing a breakdown of connection related stats, such as min, mean and peak connections.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inbound StatsMessageTraffic?
A StatsMessageTraffic object containing the aggregate count of inbound message stats.
getter/setter pair
intervalId String?
The UTC time at which the time period covered begins.
getter/setter pair
outbound StatsMessageTraffic?
A StatsMessageTraffic object containing the aggregate count of outbound message stats.
getter/setter pair
persisted StatsMessageTypes?
A StatsMessageTypes object containing the aggregate count of persisted message stats.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenRequests StatsRequestCount?
A StatsRequestCount object containing a breakdown of Ably Token requests.
getter/setter pair

Methods

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

Operators

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