Uses of Class
oracle.nosql.driver.ops.TableUsageRequest
Package
Description
Contains the public API for using the Oracle NoSQL Database
as well as configuration and common parameter classes used in
database operations.
Contains the input and response classes used for Oracle NoSQL
Database operations.
-
Uses of TableUsageRequest in oracle.nosql.driver
Modifier and TypeMethodDescriptionNoSQLHandle.getTableUsage
(TableUsageRequest request) Cloud service only. -
Uses of TableUsageRequest in oracle.nosql.driver.ops
Modifier and TypeMethodDescriptionTableUsageRequest.setCompartment
(String compartment) Cloud service only.TableUsageRequest.setEndTime
(long endTime) Sets the end time to use for the request in milliseconds since the Epoch in UTC time.TableUsageRequest.setEndTime
(String endTime) Sets the end time from an ISO 8601 formatted string.TableUsageRequest.setLimit
(int limit) Sets the limit to the number of usage records desired.TableUsageRequest.setStartIndex
(int startIndex) Sets the index to use to start returning usage records.TableUsageRequest.setStartTime
(long startTime) Sets the start time to use for the request in milliseconds since the Epoch in UTC time.TableUsageRequest.setStartTime
(String startTime) Sets the start time from an ISO 8601 formatted string.TableUsageRequest.setTableName
(String tableName) Sets the table name to use for the request.TableUsageRequest.setTimeout
(int timeoutMs) Sets the request timeout value, in milliseconds.