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:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class ThroughputInformation extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for detailed information about throughput capacity with breakdown by specific throughput requests classes.
-
-
Constructor Summary
Constructors Constructor Description ThroughputInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getBlocks()
Gets the blocks.Long
getQuery()
Gets the query.Long
getRead()
Gets the read.Long
getWrite()
Gets the write.
-
-
-
Method Detail
-
getBlocks
public Long 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.- Returns:
- the blocks
-
getQuery
public Long getQuery()
Gets the query. Provisioned global queries capacity in operations per second.- Returns:
- the query
-
getRead
public Long getRead()
Gets the read. Provisioned reads capacity in operations per second.- Returns:
- the read
-
getWrite
public Long getWrite()
Gets the write. Provisioned writes capacity in operations per second.- Returns:
- the write
-
-