Class CurrentThroughputInformationThroughput

java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.CurrentThroughputInformationThroughput
All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel

public class CurrentThroughputInformationThroughput extends com.ibm.cloud.sdk.core.service.model.GenericModel
Detailed information about current consumption.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the query.
    Gets the read.
    Gets the write.

    Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel

    equals, hashCode, toString

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • getQuery

      public Long getQuery()
      Gets the query. Number of global queries conducted against the instance for a given second.
      Returns:
      the query
    • getRead

      public Long getRead()
      Gets the read. Number of reads conducted against the instance for a given second.
      Returns:
      the read
    • getWrite

      public Long getWrite()
      Gets the write. Number of writes conducted against the instance for a given second.
      Returns:
      the write