Note: This API is now obsolete.
Gets or sets the size of the bucket for geo haystack indexes.
Namespace:
MongoDB.Driver.Core.Operations
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntax[ObsoleteAttribute("GeoHaystack indexes were deprecated in server version 4.4.")]
public Nullable<double> BucketSize { get; set; }
<ObsoleteAttribute("GeoHaystack indexes were deprecated in server version 4.4.")>
Public Property BucketSize As Nullable(Of Double)
Get
Set
[<ObsoleteAttribute("GeoHaystack indexes were deprecated in server version 4.4.")>]
member BucketSize : Nullable<float> with get, set
Property Value
Type:
NullableDouble
The size of the bucket for geo haystack indexes.
See Also