Package com.ibm.cloud.cloudant.v1.model
Class PutCapacityThroughputInformationOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.cloudant.v1.model.PutCapacityThroughputInformationOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PutCapacityThroughputInformationOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The putCapacityThroughputInformation options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PutCapacityThroughputInformationOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
blocks()
Gets the blocks.PutCapacityThroughputInformationOptions.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public PutCapacityThroughputInformationOptions.Builder newBuilder()
New builder.- Returns:
- a PutCapacityThroughputInformationOptions builder
-
blocks
public Long blocks()
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
-
-