Package oracle.nosql.driver.ops
Class GetIndexesResult
java.lang.Object
oracle.nosql.driver.ops.Result
oracle.nosql.driver.ops.GetIndexesResult
Represents the result of a
NoSQLHandle.getIndexes(oracle.nosql.driver.ops.GetIndexesRequest)
operation.
On a successful operation the index information is returned in an
array of GetIndexesResult.IndexInfo
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
IndexInfo represents the information about a single index including its name and field names. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the array of index information returned by the operation.toString()
Methods inherited from class oracle.nosql.driver.ops.Result
getRateLimitDelayedMs, getRetryStats