QueryExecutionOptions
age-schema-client / QueryExecutionOptions
Interface: QueryExecutionOptions
Defined in: src/query/types.ts:169
Query execution options
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
graphName? | string | Graph name | src/query/types.ts:173 |
schemaName? | string | Schema name for temp tables and functions | src/query/types.ts:178 |
timeout? | number | Query timeout in milliseconds | src/query/types.ts:183 |
maxRetries? | number | Maximum number of retries | src/query/types.ts:188 |
validate? | boolean | Whether to validate the query against the schema Default true | src/query/types.ts:195 |