Package com.mongodb.client.model
Class BucketOptions
java.lang.Object
com.mongodb.client.model.BucketOptions
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
The options for a $bucket aggregation pipeline stage
- Since:
- 3.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefaultBucket(Object name) Deprecated.The name of the default bucket for values outside the defined bucketsbooleanDeprecated.Deprecated.Deprecated.inthashCode()Deprecated.Deprecated.The definition of the output document in each bucketDeprecated.The definition of the output document in each buckettoString()Deprecated.
-
Constructor Details
-
BucketOptions
public BucketOptions()Deprecated.
-
-
Method Details
-
defaultBucket
Deprecated.The name of the default bucket for values outside the defined buckets- Parameters:
name- the bucket value- Returns:
- this
-
getDefaultBucket
Deprecated.- Returns:
- the default bucket value
-
getOutput
Deprecated.- Returns:
- the output document definition
-
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.
-