Package | Description |
---|---|
com.oracle.bmc.nosql.model |
Modifier and Type | Method and Description |
---|---|
static TableLimits.CapacityMode |
TableLimits.CapacityMode.create(String key) |
TableLimits.CapacityMode |
TableLimits.getCapacityMode()
The capacity mode of the table.
|
static TableLimits.CapacityMode |
TableLimits.CapacityMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableLimits.CapacityMode[] |
TableLimits.CapacityMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TableLimits.Builder |
TableLimits.Builder.capacityMode(TableLimits.CapacityMode capacityMode)
The capacity mode of the table.
|
Constructor and Description |
---|
TableLimits(Integer maxReadUnits,
Integer maxWriteUnits,
Integer maxStorageInGBs,
TableLimits.CapacityMode capacityMode)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.