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
public static class Stats.MessageCount
extends java.lang.Object
Contains the aggregate counts for messages and data transferred.
-
Field Summary
Fields Modifier and Type Field Description doublecountThe count of all messages.doubledataThe total number of bytes transferred for all messages.doubleuncompressedData -
Constructor Summary
Constructors Constructor Description MessageCount() -
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()
-