Table of Contents

Method SetStorageEngineOptions

Namespace
MongoDB.Driver.Builders
Assembly
MongoDB.Driver.Legacy.dll

SetStorageEngineOptions(BsonDocument)

Sets the storage engine options.

public static IndexOptionsBuilder<TDocument> SetStorageEngineOptions(BsonDocument value)

Parameters

value BsonDocument

The value.

Returns

IndexOptionsBuilder<TDocument>

The builder (so method calls can be chained).