Class IndexResult
Represents the information about a single index including its name and
field names.
Namespace: Oracle.NoSQL.SDK
Assembly: Oracle.NoSQL.SDK.dll
Syntax
public class IndexResult : Object
Remarks
A list of IndexResult objects is the
result of GetIndexesAsync(String, GetIndexOptions, CancellationToken) API and a
single IndexResult object is the result of
GetIndexAsync(String, String, GetIndexOptions, CancellationToken) API.
Properties
| Name | Description |
|---|---|
| Fields | Gets the list of field names that define the index. |
| FieldTypes | Gets the list of field types corresponding to the list of field names. |
| IndexName | Gets the name of the index. |