unique property
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;
Whether the index should enforce uniqueness constraint.
When true, MongoDB will reject documents that would create duplicate values for the indexed field(s).
bool? unique;