Package com.mongodb.client.model
Class BucketAutoOptions
java.lang.Object
com.mongodb.client.model.BucketAutoOptions
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
The options for a $bucketAuto aggregation pipeline stage
- Since:
- 3.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Deprecated.Deprecated.granularity(BucketGranularity granularity) Deprecated.Specifies the granularity of the bucket definitions.inthashCode()Deprecated.Deprecated.The definition of the output document in each bucketDeprecated.The definition of the output document in each buckettoString()Deprecated.
-
Constructor Details
-
BucketAutoOptions
public BucketAutoOptions()Deprecated.
-
-
Method Details
-
getGranularity
Deprecated.- Returns:
- the granularity of the bucket definitions
-
getOutput
Deprecated.- Returns:
- the output document definition
-
granularity
Deprecated.Specifies the granularity of the bucket definitions.- Parameters:
granularity- the granularity of the bucket definitions- Returns:
- this
- See Also:
-
output
Deprecated.The definition of the output document in each bucket- Parameters:
output- the output document definition- Returns:
- this
-
output
Deprecated.The definition of the output document in each bucket- Parameters:
output- the output document definition- Returns:
- this
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-