GraphOptions Methods |
The GraphOptions type exposes the following members.
Name | Description | |
---|---|---|
SetLanguage |
Sets the graph language to use in graph queries.
If you don't call this method, it defaults to DefaultLanguage.
| |
SetName |
Sets the graph name to use in graph queries.
| |
SetReadConsistencyLevel |
Sets the consistency level for the read graph queries.
| |
SetReadTimeoutMillis |
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. | |
SetSource |
Sets the graph traversal source name to use in graph queries.
If you don't call this method, it defaults to DefaultSource.
| |
SetSourceAnalytics |
Sets the graph source to the server-defined analytic traversal source ('a')
| |
SetWriteConsistencyLevel |
Sets the consistency level for the write graph queries.
|