Package com.ibm.cloud.cloudant.v1.model
Class ThroughputInformation
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.cloud.cloudant.v1.model.ThroughputInformation
- All Implemented Interfaces:
ObjectModel
Schema for detailed information about throughput capacity with breakdown by specific throughput requests classes.
-
Method Summary
Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Method Details
-
getBlocks
Gets the blocks. A number of blocks of throughput units. A block consists of 100 reads/sec, 50 writes/sec, and 5 global queries/sec of provisioned throughput capacity. Not available for some plans.- Returns:
- the blocks
-
getQuery
Gets the query. Provisioned global queries capacity in operations per second.- Returns:
- the query
-
getRead
Gets the read. Provisioned reads capacity in operations per second.- Returns:
- the read
-
getWrite
Gets the write. Provisioned writes capacity in operations per second.- Returns:
- the write
-