Click or drag to resize
CreateIndexRequestStorageEngine Property
Gets or sets the storage engine options.

Namespace: MongoDB.Driver.Core.Operations
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax
public BsonDocument StorageEngine { get; set; }

Property Value

Type: BsonDocument
The storage engine options.
See Also