Table of Contents

Method SetBits

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

SetBits(int)

Sets the location precision bits.

public IndexOptionsBuilder<TDocument> SetBits(int value)

Parameters

value int

The value.

Returns

IndexOptionsBuilder<TDocument>

The builder (so method calls can be chained).