Search Results for

    Show / Hide Table of Contents

    Class Tokens

    String constants used to configure a RequestMessage.

    Inheritance
    object
    Tokens
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Gremlin.Net.Driver
    Assembly: Gremlin.Net.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
    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
    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
    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
    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
    string

    ArgsGremlin

    Argument name that corresponds to the Gremlin to evaluate.

    Declaration
    public const string ArgsGremlin = "gremlin"
    Field Value
    Type Description
    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
    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
    string

    ArgsSession

    Argument name that allows to define the id of session.

    Declaration
    public const string ArgsSession = "session"
    Field Value
    Type Description
    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
    string

    GremlinVersion

    Current TinkerPop version.

    Declaration
    public static string GremlinVersion
    Field Value
    Type Description
    string

    OpsAuthentication

    Operation used by the client to authenticate itself.

    Declaration
    public const string OpsAuthentication = "authentication"
    Field Value
    Type Description
    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
    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
    string

    OpsEval

    Operation used to evaluate a Gremlin script provided as a string.

    Declaration
    public const string OpsEval = "eval"
    Field Value
    Type Description
    string

    ProcessorSession

    Session OpProcessor.

    Declaration
    public const string ProcessorSession = "session"
    Field Value
    Type Description
    string

    ProcessorTraversal

    Default OpProcessor.

    Declaration
    public const string ProcessorTraversal = "traversal"
    Field Value
    Type Description
    string

    RequestId

    The key for the unique identifier of the request.

    Declaration
    public const string RequestId = "requestId"
    Field Value
    Type Description
    string
    In this article
    Back to top Copyright © 2018 The Apache Software Foundation