Class ThroughputInformation

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

public class ThroughputInformation extends GenericModel
Schema for detailed information about throughput capacity with breakdown by specific throughput requests classes.
  • Method Details

    • 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. Not available for some plans.
      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