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
    double count
    The count of all messages.
    double data
    The total number of bytes transferred for all messages.
    double uncompressedData  
  • Constructor Summary

    Constructors 
    Constructor Description
    MessageCount()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • count

      public double count
      The count of all messages.

      Spec: TS5a

    • data

      public double data
      The total number of bytes transferred for all messages.

      Spec: TS5b

    • uncompressedData

      public double uncompressedData
  • Constructor Details