Package | Description |
---|---|
com.oracle.bmc.nosql.model |
Modifier and Type | Method and Description |
---|---|
static TableLimits.Builder |
TableLimits.builder()
Create a new builder.
|
TableLimits.Builder |
TableLimits.Builder.capacityMode(TableLimits.CapacityMode capacityMode)
The capacity mode of the table.
|
TableLimits.Builder |
TableLimits.Builder.copy(TableLimits model) |
TableLimits.Builder |
TableLimits.Builder.maxReadUnits(Integer maxReadUnits)
Maximum sustained read throughput limit for the table.
|
TableLimits.Builder |
TableLimits.Builder.maxStorageInGBs(Integer maxStorageInGBs)
Maximum size of storage used by the table.
|
TableLimits.Builder |
TableLimits.Builder.maxWriteUnits(Integer maxWriteUnits)
Maximum sustained write throughput limit for the table.
|
TableLimits.Builder |
TableLimits.toBuilder() |
Copyright © 2016–2024. All rights reserved.