Class 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.
    • Constructor Detail

      • CurrentThroughputInformationThroughput

        public CurrentThroughputInformationThroughput()
    • Method Detail

      • getQuery

        public Long getQuery()
        Gets the query. Number of global queries conducted against the instance for a given second.
        Returns:
        the query
      • getRead

        public Long getRead()
        Gets the read. Number of reads conducted against the instance for a given second.
        Returns:
        the read
      • getWrite

        public Long getWrite()
        Gets the write. Number of writes conducted against the instance for a given second.
        Returns:
        the write