Namespace Gremlin.Net.Driver
Classes
ConnectionPoolSettings
Holds settings for the Gremlin.Net.Driver.ConnectionPool.
GremlinClient
Provides a mechanism for submitting Gremlin requests to one Gremlin Server.
GremlinClientExtensions
Provides extension methods for the IGremlinClient interface.
GremlinServer
Represents a Gremlin Server.
ResultSet<T>
A ResultSet is returned from the submission of a Gremlin script to the server and represents the results provided by the server. ResultSet includes enumerable data and status attributes.
Tokens
String constants used to configure a
Interfaces
IGremlinClient
Provides a mechanism for submitting Gremlin requests.
IMessageSerializer
Serializes data to and from Gremlin Server.