unique property

bool? unique
getter/setter pair

Whether the index should enforce uniqueness constraint.

When true, MongoDB will reject documents that would create duplicate values for the indexed field(s).

Implementation

bool? unique;