Package com.mongodb.client.model
Class GraphLookupOptions
java.lang.Object
com.mongodb.client.model.GraphLookupOptions
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
The options for a graphLookup aggregation pipeline stage
- Since:
- 3.4
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondepthField(String field) Deprecated.The name of the field in which to store the depth valuebooleanDeprecated.Deprecated.Deprecated.Deprecated.inthashCode()Deprecated.Deprecated.Specifies a maximum recursive depth for the $graphLookup.restrictSearchWithMatch(Bson filter) Deprecated.A document specifying additional conditions for the recursive searchtoString()Deprecated.
-
Constructor Details
-
GraphLookupOptions
public GraphLookupOptions()Deprecated.
-
-
Method Details
-
depthField
Deprecated.The name of the field in which to store the depth value- Parameters:
field- the field name- Returns:
- this
-
getDepthField
Deprecated.- Returns:
- the field name
-
maxDepth
Deprecated.Specifies a maximum recursive depth for the $graphLookup. This number must be non-negative.- Parameters:
max- the maximum depth- Returns:
- this
-
getMaxDepth
Deprecated.- Returns:
- the maximum depth
-
restrictSearchWithMatch
Deprecated.A document specifying additional conditions for the recursive search- Parameters:
filter- the filter expression- Returns:
- this
- Since:
- 3.6
-
getRestrictSearchWithMatch
Deprecated.- Returns:
- the filter expression
- Since:
- 3.6
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-