Click or drag to resize

PostExplainAqlQueryBody Properties

The PostExplainAqlQueryBody type exposes the following members.

Properties
  NameDescription
Public propertyBindVars
Dictionary of Key/value pairs containing the bind parameters for the query.
Public propertyOptions
Options for the query
Public propertyQuery
The query which you want explained; If the query references any bind variables, these must also be passed in the BindVars property. Additional options for the query can be passed in the Options property.
Top
See Also