Class Tokens
String constants used to configure a
Inheritance
Inherited Members
Namespace: Gremlin.Net.Driver
Assembly: cs.temp.dll.dll
Syntax
public class Tokens
Fields
ArgsAliases
Argument name that allows definition of alias names for Graph and TraversalSource objects on the remote system.
Declaration
public static string ArgsAliases
Field Value
Type | Description |
---|---|
System.String |
ArgsBatchSize
Argument name that allows the definition of the number of items each ResponseMessage should contain from a particular result - overrides the resultIterationBatchSize server setting.
Declaration
public static string ArgsBatchSize
Field Value
Type | Description |
---|---|
System.String |
ArgsBindings
Argument name that allows definition of a map of key/value pairs to apply as variables in the context of the Gremlin request sent to the server.
Declaration
public static string ArgsBindings
Field Value
Type | Description |
---|---|
System.String |
ArgsEvalTimeout
Argument name that allows the override of the server setting that determines the maximum time to wait for a request to execute on the server.
Declaration
public static string ArgsEvalTimeout
Field Value
Type | Description |
---|---|
System.String |
ArgsGremlin
Argument name that corresponds to the Gremlin to evaluate.
Declaration
public static string ArgsGremlin
Field Value
Type | Description |
---|---|
System.String |
ArgsLanguage
Argument name that allows definition of the flavor of Gremlin used (e.g. gremlin-groovy) to process the request.
Declaration
public static string ArgsLanguage
Field Value
Type | Description |
---|---|
System.String |
ArgsSasl
Argument name for the response to the server authentication challenge. This value is dependent on the SASL authentication mechanism required by the server.
Declaration
public static string ArgsSasl
Field Value
Type | Description |
---|---|
System.String |
ArgsSession
Argument name that allows to define the id of session.
Declaration
public static string ArgsSession
Field Value
Type | Description |
---|---|
System.String |
ArgsUserAgent
Argument name that allows a value that is a custom string that the user can pass to a server that might accept it for purpose of identifying the kind of client it came from.
Declaration
public static string ArgsUserAgent
Field Value
Type | Description |
---|---|
System.String |
OpsAuthentication
Operation used by the client to authenticate itself.
Declaration
public static string OpsAuthentication
Field Value
Type | Description |
---|---|
System.String |
OpsBytecode
Operation used for a request that contains the Bytecode representation of a Traversal.
Declaration
public static string OpsBytecode
Field Value
Type | Description |
---|---|
System.String |
OpsClose
Operation used to get all the keys of all side-effects as produced by a previously executed Traversal.
Declaration
[Obsolete("The close message was removed from servers in 3.5.0 so it has no value any more.")]
public static string OpsClose
Field Value
Type | Description |
---|---|
System.String |
OpsEval
Operation used to evaluate a Gremlin script provided as a string.
Declaration
public static string OpsEval
Field Value
Type | Description |
---|---|
System.String |
ProcessorSession
Session OpProcessor.
Declaration
public static string ProcessorSession
Field Value
Type | Description |
---|---|
System.String |
ProcessorTraversal
Default OpProcessor.
Declaration
public static string ProcessorTraversal
Field Value
Type | Description |
---|---|
System.String |
RequestId
The key for the unique identifier of the request.
Declaration
public static string RequestId
Field Value
Type | Description |
---|---|
System.String |