CreateIndexRequestBucketSize Property |
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.14.0+2b37a1fe1cbdbe1a020b52b77f1197b6d77575e7
Syntax[ObsoleteAttribute("GeoHaystack indexes were deprecated in server version 4.4.")]
public double? BucketSize { get; set; }
<ObsoleteAttribute("GeoHaystack indexes were deprecated in server version 4.4.")>
Public Property BucketSize As 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