Method SetHidden
SetHidden(bool)
Sets whether the index is hidden.
public IndexOptionsBuilder<TDocument> SetHidden(bool value)
Parameters
value
boolWhether the index is hidden.
Returns
- IndexOptionsBuilder<TDocument>
The builder (so method calls can be chained).