Uses of Class
oracle.nosql.driver.ops.TableLimits
Package
Description
Contains the input and response classes used for Oracle NoSQL
Database operations.
-
Uses of TableLimits in oracle.nosql.driver.ops
Modifier and TypeMethodDescriptionTableRequest.getTableLimits()
Returns the table limits, or null if not setTableResult.getTableLimits()
Returns the throughput and capacity limits for the table.TableLimits.setReadUnits
(int readUnits) Sets the read throughput in terms of read units.TableLimits.setStorageGB
(int storageGB) Sets the storage capacity in gigabytes.TableLimits.setWriteUnits
(int writeUnits) Sets the write throughput in terms of write units.Modifier and TypeMethodDescriptionTableRequest.setTableLimits
(TableLimits tableLimits) Cloud service only.