| GraphOptions Methods |
The GraphOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| 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.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |