| Package | Description |
|---|---|
| com.baidubce.services.moladb.model |
| Modifier and Type | Method and Description |
|---|---|
ProvisionedThroughput |
UpdateTableRequest.getProvisionedThroughput()
Get the ProvisionedThroughput object used to set provisioned throughput for updating table from this object.
|
ProvisionedThroughput |
CreateTableRequest.getProvisionedThroughput()
Get the privisioned throughput when creating a table.
|
ProvisionedThroughput |
ProvisionedThroughput.withReadCapacityUnits(Long capacity)
Set the number of read capacity for this table.
|
ProvisionedThroughput |
ProvisionedThroughput.withWriteCapacityUnits(Long capacity)
Set the number of write capacity for this table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateTableRequest.setProvisionedThroughput(ProvisionedThroughput provision)
Set provisioned throughput for updating table.
|
void |
CreateTableRequest.setProvisionedThroughput(ProvisionedThroughput provision)
Set the privisioned throughput when creating a table.
|
UpdateTableRequest |
UpdateTableRequest.withProvisionedThroughput(ProvisionedThroughput provision)
Set provisioned throughput for updating table.
|
CreateTableRequest |
CreateTableRequest.withProvisionedThroughput(ProvisionedThroughput provision)
Set the provisioned throughput when creating a table.
|
Copyright © 2020. All rights reserved.