Package com.ibm.cloud.cloudant.v1.model
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
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getQuery
Gets the query. Number of global queries conducted against the instance for a given second.- Returns:
- the query
-
getRead
Gets the read. Number of reads conducted against the instance for a given second.- Returns:
- the read
-
getWrite
Gets the write. Number of writes conducted against the instance for a given second.- Returns:
- the write
-