EvaluationOptions
Learn how to configure a query evaluation.
This immutable class configures a call to evaluate.
Start from defaults and chain the with* methods to build the options. Each method returns a new instance, leaving the original unchanged.
Looking for something specific?
Use the search bar at the top of the page or press / to quickly search through the documentation.
Use the summary below to quickly jump to a specific topic:
| Page | Description |
|---|---|
| defaults | Learn how to create the default evaluation options. |
| withAttributes | Learn how to set the context attributes for the evaluation. |
| withAttribute | Learn how to add a context attribute to the evaluation. |
| getAttributes | Learn how to get the context attributes for the evaluation. |
| withFallback | Learn how to set a fallback for the evaluation. |
| hasFallback | Learn how to check whether a fallback was set. |
| getFallback | Learn how to get the fallback value for the evaluation. |