[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
The following tables list the members exposed by the IStoredField type.
Public Methods
| Name | Description | |
|---|---|---|
| Get | returns the field value on the passed object. | |
| GetName | returns the name of the field. | |
| GetStoredType | returns the Class (Java) / Type (.NET) of the field. | |
| HasIndex | Returns whether this field has an index or not. | |
| IsArray | returns true if the field is an array. | |
| Rename | modifies the name of this stored field. | |
| TraverseValues |
specialized highspeed API to collect all values of a field for all instances
of a class, if the field is indexed.
|