Class CurrentThroughputInformationThroughput

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

public class CurrentThroughputInformationThroughput extends GenericModel
Detailed information about current consumption.
  • 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