Table of Contents

Method SetStorageEngineOptions

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

SetStorageEngineOptions(BsonDocument)

Sets the storage engine options.

public CollectionOptionsBuilder SetStorageEngineOptions(BsonDocument value)

Parameters

value BsonDocument

The value.

Returns

CollectionOptionsBuilder

The builder (so method calls can be chained).