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