Uses of Class
oracle.nosql.driver.ops.TableLimits
-
Packages that use TableLimits Package Description oracle.nosql.driver.ops Contains the input and response classes used for Oracle NoSQL Database operations. -
-
Uses of TableLimits in oracle.nosql.driver.ops
Methods in oracle.nosql.driver.ops that return TableLimits Modifier and Type Method Description TableLimitsTableRequest. getTableLimits()Returns the table limits, or null if not setTableLimitsTableResult. getTableLimits()Returns the throughput and capacity limits for the table.TableLimitsTableLimits. setReadUnits(int readUnits)Sets the read throughput in terms of read units.TableLimitsTableLimits. setStorageGB(int storageGB)Sets the storage capacity in gigabytes.TableLimitsTableLimits. setWriteUnits(int writeUnits)Sets the write throughput in terms of write units.Methods in oracle.nosql.driver.ops with parameters of type TableLimits Modifier and Type Method Description TableRequestTableRequest. setTableLimits(TableLimits tableLimits)Cloud service only.
-