Builder

class Builder

Properties

Link copied to clipboard

The explain mode parameter returns a query explain instead of the actual query results. A query explain can be used to gather insights about the query execution such as planning decisions, time spent on each operator, solutions flowing etc.

Link copied to clipboard

The unique identifier of the Neptune Analytics graph.

Link copied to clipboard

The query language the query is written in. Currently only openCypher is supported.

Link copied to clipboard

The data parameters the query can use in JSON format. For example: {"name": "john", "age": 20}. (optional)

Link copied to clipboard

Query plan cache is a feature that saves the query plan and reuses it on successive executions of the same query. This reduces query latency, and works for both READ and UPDATE queries. The plan cache is an LRU cache with a 5 minute TTL and a capacity of 1000.

Link copied to clipboard

The query string to be executed.

Link copied to clipboard

Specifies the query timeout duration, in milliseconds. (optional)