CreateIndexRequestKeys Property |
Gets the keys.
Namespace: MongoDB.Driver.Core.OperationsAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.3.0
Syntax public BsonDocument Keys { get; }
Public ReadOnly Property Keys As BsonDocument
Get
member Keys : BsonDocument with get
Property Value
Type:
BsonDocument
The keys.
See Also