fields property

List<String> fields
final

An array of field names. The first field is always the field that is annotated by @primaryKey or @index directive , and the remaining fields are the fields specified by sortKeyFields parameter of @primaryKey or @index directive.

Implementation

final List<String> fields;