Package com.ibm.cloud.cloudant.v1.model
Class CapacityThroughputInformationTarget
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.CapacityThroughputInformationTarget
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CapacityThroughputInformationTarget extends com.ibm.cloud.sdk.core.service.model.GenericModel
Detailed information about target throughput capacity.
-
-
Constructor Summary
Constructors Constructor Description CapacityThroughputInformationTarget()
-
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
-
-