Table of Contents

Method SetIndexOptionDefaults

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

SetIndexOptionDefaults(IndexOptionDefaults)

Sets the index options defaults.

public CollectionOptionsBuilder SetIndexOptionDefaults(IndexOptionDefaults value)

Parameters

value IndexOptionDefaults

The index options defaults.

Returns

CollectionOptionsBuilder

The builder (so method calls can be chained).