Package io.ably.lib.types
Class Stats.MessageCount
java.lang.Object
io.ably.lib.types.Stats.MessageCount
- Direct Known Subclasses:
Stats.MessageCategory
- Enclosing class:
- Stats
Contains the aggregate counts for messages and data transferred.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondouble
The count of all messages.double
The total number of bytes transferred for all messages.double
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
count
public double countThe count of all messages.Spec: TS5a
-
data
public double dataThe total number of bytes transferred for all messages.Spec: TS5b
-
uncompressedData
public double uncompressedData
-
-
Constructor Details
-
MessageCount
public MessageCount()
-