Click or drag to resize

IndexOptionsTDocumentSetBucketSize Method

Note: This API is now obsolete.

Sets the bucket size for geospatial haystack indexes.

Namespace:  MongoDB.Driver.Builders
Assembly:  MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.14.0+2b37a1fe1cbdbe1a020b52b77f1197b6d77575e7
Syntax
[ObsoleteAttribute("GeoHaystack indexes were deprecated in server version 4.4.")]
public static IndexOptionsBuilder<TDocument> SetBucketSize(
	double value
)

Parameters

value
Type: SystemDouble
The bucket size.

Return Value

Type: IndexOptionsBuilderTDocument
The builder (so method calls can be chained).
See Also