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
ArgMaterializeProperties
Argument name that allows the override of handling properties. Allowed values: all, tokens
Declaration
public const string ArgMaterializeProperties = "materializeProperties"
Field Value
Type | Description |
---|---|
System.String |
ArgsAliases
Argument name that allows definition of alias names for Graph and TraversalSource objects on the remote system.
Declaration
public const string ArgsAliases = "aliases"
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 const string ArgsBatchSize = "batchSize"
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 const string ArgsBindings = "bindings"
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 const string ArgsEvalTimeout = "evaluationTimeout"
Field Value
Type | Description |
---|---|
System.String |
ArgsGremlin
Argument name that corresponds to the Gremlin to evaluate.
Declaration
public const string ArgsGremlin = "gremlin"
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 const string ArgsLanguage = "language"
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 const string ArgsSasl = "sasl"
Field Value
Type | Description |
---|---|
System.String |
ArgsSession
Argument name that allows to define the id of session.
Declaration
public const string ArgsSession = "session"
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 const string ArgsUserAgent = "userAgent"
Field Value
Type | Description |
---|---|
System.String |
GremlinVersion
Current TinkerPop version.
Declaration
public static string GremlinVersion
Field Value
Type | Description |
---|---|
System.String |
OpsAuthentication
Operation used by the client to authenticate itself.
Declaration
public const string OpsAuthentication = "authentication"
Field Value
Type | Description |
---|---|
System.String |
OpsBytecode
Operation used for a request that contains the Bytecode representation of a Traversal.
Declaration
public const string OpsBytecode = "bytecode"
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
public const string OpsClose = "close"
Field Value
Type | Description |
---|---|
System.String |
OpsEval
Operation used to evaluate a Gremlin script provided as a string.
Declaration
public const string OpsEval = "eval"
Field Value
Type | Description |
---|---|
System.String |
ProcessorSession
Session OpProcessor.
Declaration
public const string ProcessorSession = "session"
Field Value
Type | Description |
---|---|
System.String |
ProcessorTraversal
Default OpProcessor.
Declaration
public const string ProcessorTraversal = "traversal"
Field Value
Type | Description |
---|---|
System.String |
RequestId
The key for the unique identifier of the request.
Declaration
public const string RequestId = "requestId"
Field Value
Type | Description |
---|---|
System.String |