Package oracle.nosql.driver.ops
Class GetIndexesResult.IndexInfo
- java.lang.Object
 - 
- oracle.nosql.driver.ops.GetIndexesResult.IndexInfo
 
 
- 
- Enclosing class:
 - GetIndexesResult
 
public static class GetIndexesResult.IndexInfo extends Object
IndexInfo represents the information about a single index including its name and field names. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getFieldNames()Returns the array of field names that define the index.StringgetIndexName()Returns the name of the index.StringtoString() 
 -