Method Hashed
Hashed(string)
Sets the key name to create a hashed index on.
public IndexKeysBuilder Hashed(string name)
Parameters
name
stringThe key name.
Returns
- IndexKeysBuilder
The builder (so method calls can be chained).
Sets the key name to create a hashed index on.
public IndexKeysBuilder Hashed(string name)
name
stringThe key name.
The builder (so method calls can be chained).