Package com.ibm.cloud.cloudant.v1.model
Class CurrentThroughputInformation
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.CurrentThroughputInformation
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CurrentThroughputInformation extends com.ibm.cloud.sdk.core.service.model.GenericModel
Schema for information about current consumption of a provisioned throughput capacity.
-
-
Constructor Summary
Constructors Constructor Description CurrentThroughputInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CurrentThroughputInformationThroughput
getThroughput()
Gets the throughput.
-
-
-
Method Detail
-
getThroughput
public CurrentThroughputInformationThroughput getThroughput()
Gets the throughput. Detailed information about current consumption.- Returns:
- the throughput
-
-