RESULT_SET
- Type: array array[] · RESULT_SET_ROW[]
rows requiredAn ordered set of RESULT_SET rows.
- Type: array · RESULT_SET_ROW
A set of cells representing a RESULT_SET row, one cell for each column. Content of a cell is
ANY(i.e. aOBJECTin most programming languages).
- Type: array object[] · RESULT_SET_COLUMN[]
columns A set of AQL column specifications, defined in the given AQL.
An AQL column specification (e.g. a pair of column
nameand associated AQLpath).- Type: string
name requiredName of the column. When column alias is not present in the AQL, a
0-based column index is used prefixed by a hash sign (i.e.#0,#1...) - Type: string
path Path from the given AQL of the specified column.
- Type: object · ResultSetMetadata
meta RESULT_SET metadata.
- Type: stringFormat: date-time
_created Result creation time (in the extended ISO 8601 format).
- Type: string
_executed _aql The actual AQL query that was executed by the server, after replacing the query parameters. This attribute is not mandatory, but is useful for debugging.
- Type: string
_generator Some identifier of the application that generated the result, useful for debugging.
- Type: stringFormat: uri
_href URL of the executed query (only for GET endpoint).
- Type: string
_schema _version The version of the specification defining the serialized object.
- Type: string
_type The type of the serialized result object.
- Type: anything
property Name
- Type: string · QueryName
name The (fully qualified) name of the query (when is registered as a stored query), in a format of
[{namespace}::]{query-name}. Thenamespaceprefix is optional, and when used it should be in a form of a reverse domain name. - Type: string · AQL
q The given AQL query.