Method SetName
SetName(string)
Sets the name of the index.
public IndexOptionsBuilder<TDocument> SetName(string value)
Parameters
value
stringThe name of the index.
Returns
- IndexOptionsBuilder<TDocument>
The builder (so method calls can be chained).