Table of Contents

Method SetBits

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

SetBits(int)

Sets the location precision bits.

public static IndexOptionsBuilder SetBits(int value)

Parameters

value int

The value.

Returns

IndexOptionsBuilder

The builder (so method calls can be chained).