Table of Contents

Method SetIndexOptionDefaults

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

SetIndexOptionDefaults(IndexOptionDefaults)

Sets the index options defaults.

public static CollectionOptionsBuilder SetIndexOptionDefaults(IndexOptionDefaults value)

Parameters

value IndexOptionDefaults

The value.

Returns

CollectionOptionsBuilder

The builder (so method calls can be chained).