Click or drag to resize
CreateIndexRequestBucketSize Property
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.4.1
Syntax
public Nullable<double> BucketSize { get; set; }

Property Value

Type: NullableDouble
The size of the bucket for geo haystack indexes.
See Also