AggregateBucketAutoOptionsGranularity Property |
Gets or sets the granularity.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
Syntax public Optional<AggregateBucketAutoGranularity> Granularity { get; set; }
Public Property Granularity As Optional(Of AggregateBucketAutoGranularity)
Get
Set
member Granularity : Optional<AggregateBucketAutoGranularity> with get, set
Property Value
Type:
OptionalAggregateBucketAutoGranularitySee Also