returnKey property

bool returnKey
final

If true, returns only the index keys in the resulting documents. Default value is false. If returnKey is true and the find command does not use an index, the returned documents will be empty.

Implementation

final bool returnKey;