Graph options that extends QueryOptions.
Consider using execution profiles if you plan to reuse options across different
query executions.
- Properties:
Name Type Description graphLanguage StringThe graph language to use in graph queries.
graphResults StringThe protocol to use for serializing and deserializing graph results.
Note that this value should rarely be set by users and will otherwise be unset. When unset the server resolves the protocol based on the
graphLanguagespecified.graphName StringThe graph name to be used in the query. You can use
nullto clear the value from theDseClientOptionsand execute a query without a default graph.graphReadConsistency NumberSpecifies the
consistency levelto be used for the graph read queries in this execution.When defined, it overrides the consistency level only for the READ part of the graph query.
graphSource StringThe graph traversal source name to use in graph queries.
graphWriteConsistency NumberSpecifies the
consistency levelto be used for the graph write queries in this execution.When defined, it overrides the consistency level only for the WRITE part of the graph query.
retry RetryPolicySets the retry policy to be used for the graph query execution.
When not specified in the
GraphQueryOptionsor in theExecutionProfile, it will use by default a retry policy that does not retry graph executions.