Sets the key name to create a hashed index on.
            
 
Namespace: MongoDB.Driver.BuildersAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.1.0
 Syntax
Syntaxpublic static IndexKeysBuilder Hashed(
	string name
)
Public Shared Function Hashed ( 
	name As String
) As IndexKeysBuilder
static member Hashed : 
        name : string -> IndexKeysBuilder 
Parameters
- name
- Type: SystemString
 The key name.
Return Value
Type: 
IndexKeysBuilderThe builder (so method calls can be chained).
 See Also
See Also