Click or drag to resize

GraphOptions Properties

The GraphOptions type exposes the following members.

Properties
  NameDescription
Public propertyLanguage
Gets the graph language to use in graph queries.
Public propertyName
Gets the graph name to use in graph queries.
Public propertyReadConsistencyLevel
Gets the consistency level used for read queries
Public propertyReadTimeoutMillis
Gets the value that overrides the default per-host read timeout in milliseconds for all graph queries.

Default: Timeout.Infinite (-1).

Public propertySource
Gets the graph traversal source name in graph queries.
Public propertyWriteConsistencyLevel
Gets the consistency level used for read queries
Top
See Also