CreateIndexRequest.StorageEngine Property (original) (raw)

MongoDB .NET Driver API Documentation

Click or drag to resizeClick 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.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed

Syntax

public BsonDocument StorageEngine { get; set; }

Public Property StorageEngine As BsonDocument Get Set

member StorageEngine : BsonDocument with get, set

Property Value

Type: BsonDocument
The storage engine options.

See Also

Reference