Class Stats.RequestCount

java.lang.Object
io.ably.lib.types.Stats.RequestCount
Enclosing class:
Stats

public static class Stats.RequestCount extends Object
Contains the aggregate counts for requests made.
  • Field Details

    • succeeded

      public double succeeded
      The number of requests that succeeded.

      Spec: TS8a

    • failed

      public double failed
      The number of requests that failed.

      Spec: TS8b

    • refused

      public double refused
      The number of requests that were refused, typically as a result of permissions or a limit being exceeded.

      Spec: TS8c

  • Constructor Details

    • RequestCount

      public RequestCount()