Method SetDropDups
SetDropDups(bool)
Sets whether duplicates should be dropped.
public IndexOptionsBuilder<TDocument> SetDropDups(bool value)
Parameters
value
boolWhether duplicates should be dropped.
Returns
- IndexOptionsBuilder<TDocument>
The builder (so method calls can be chained).