Show / Hide Table of Contents

    Class Tokens

    String constants used to configure a .

    Inheritance
    System.Object
    Tokens
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Gremlin.Net.Driver
    Assembly: cs.temp.dll.dll
    Syntax
    public class Tokens

    Fields

    ArgsAggregateTo

    argument that describes how side-effect data should be treated.

    Declaration
    [Obsolete("As of release 3.3.8, not replaced, prefer use of cap()-step to retrieve side-effects as part of traversal iteration", false)]
    public static string ArgsAggregateTo
    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 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

    ArgsSideEffect

    Argument name that allows to specify the unique identifier for the request.

    Declaration
    [Obsolete("As of release 3.3.8, not replaced, prefer use of cap()-step to retrieve side-effects as part of traversal iteration", false)]
    public static string ArgsSideEffect
    Field Value
    Type Description
    System.String

    ArgsSideEffectKey

    Argument name that allows to specify the key for a specific side-effect.

    Declaration
    [Obsolete("As of release 3.3.8, not replaced, prefer use of cap()-step to retrieve side-effects as part of traversal iteration", false)]
    public static string ArgsSideEffectKey
    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
    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

    OpsGather

    Operation used to get a particular side-effect as produced by a previously executed Traversal.

    Declaration
    [Obsolete("As of release 3.3.8, not replaced, prefer use of cap()-step to retrieve side-effects as part of traversal iteration", false)]
    public static string OpsGather
    Field Value
    Type Description
    System.String

    OpsKeys

    Operation used to get all the keys of all side-effects as produced by a previously executed Traversal.

    Declaration
    [Obsolete("As of release 3.3.8, not replaced, prefer use of cap()-step to retrieve side-effects as part of traversal iteration", false)]
    public static string OpsKeys
    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
    Back to top Copyright © 2018 The Apache Software Foundation