Click or drag to resize
IndexOptionsBuilder<TDocument>.SetBits Method
Sets the location precision bits.

Namespace: MongoDB.Driver.Builders
Assembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.0.1
Syntax
public IndexOptionsBuilder<TDocument> SetBits(
	int value
)

Parameters

value
Type: System.Int32
The value.

Return Value

Type: IndexOptionsBuilder<TDocument>
The builder (so method calls can be chained).
See Also