Package com.ibm.cloud.cloudant.v1.model
Class CapacityThroughputInformationCurrent
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.CapacityThroughputInformationCurrent
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CapacityThroughputInformationCurrent extends com.ibm.cloud.sdk.core.service.model.GenericModel
Detailed information about provisioned throughput capacity.
-
-
Constructor Summary
Constructors Constructor Description CapacityThroughputInformationCurrent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThroughputInformation
getThroughput()
Gets the throughput.
-
-
-
Method Detail
-
getThroughput
public ThroughputInformation getThroughput()
Gets the throughput. Schema for detailed information about throughput capacity with breakdown by specific throughput requests classes.- Returns:
- the throughput
-
-