Click or drag to resize
CreateIndexModel<TDocument>.Keys Property
Gets the keys.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.2.0
Syntax
public IndexKeysDefinition<TDocument> Keys { get; }

Property Value

Type: IndexKeysDefinition<TDocument>
See Also