Class 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 Detail

      • ThroughputInformation

        public ThroughputInformation()
    • 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