Click or drag to resize
GraphOptions Methods

The GraphOptions type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also