AggregateBucketAutoGranularity Constructor |
Namespace: MongoDB.DriverAssembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.4.1
Syntax public AggregateBucketAutoGranularity(
string value
)
Public Sub New (
value As String
)
new :
value : string -> AggregateBucketAutoGranularity
Parameters
- value
- Type: SystemString
The value.
See Also