Click or drag to resize

GraphOptions Methods

The GraphOptions type exposes the following members.

Methods
  NameDescription
Public methodSetLanguage
Sets the graph language to use in graph queries. If you don't call this method, it defaults to DefaultLanguage.
Public methodSetName
Sets the graph name to use in graph queries.
Public methodSetReadConsistencyLevel
Sets the consistency level for the read graph queries.
Public methodSetReadTimeoutMillis
Sets the default per-host read timeout in milliseconds for all graph queries.

When setting a value of less than or equals to zero (Infinite), it will use an infinite timeout.

Public methodSetSource
Sets the graph traversal source name to use in graph queries. If you don't call this method, it defaults to DefaultSource.
Public methodSetSourceAnalytics
Sets the graph source to the server-defined analytic traversal source ('a')
Public methodSetWriteConsistencyLevel
Sets the consistency level for the write graph queries.
Top
See Also