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 to define aliases that represent globally bound Graph and TraversalSource objects.

    Declaration
    public static string ArgsAliases
    Field Value
    Type Description
    System.String

    ArgsBatchSize

    Argument name that allows to defines the number of iterations each ResponseMessage should contain - overrides the resultIterationBatchSize server setting.

    Declaration
    public static string ArgsBatchSize
    Field Value
    Type Description
    System.String

    ArgsBindings

    Argument name that allows to provide a map of key/value pairs to apply as variables in the context of the Gremlin script.

    Declaration
    public static string ArgsBindings
    Field Value
    Type Description
    System.String

    ArgsEvalTimeout

    Argument name that allows to override 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 Traversal to evaluate.

    Declaration
    public static string ArgsGremlin
    Field Value
    Type Description
    System.String

    ArgsLanguage

    Argument name that allows to change the flavor of Gremlin used (e.g. gremlin-groovy).

    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

    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

    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

    ProcessorTraversal

    Default OpProcessor.

    Declaration
    public static string ProcessorTraversal
    Field Value
    Type Description
    System.String
    Back to top Copyright © 2018 The Apache Software Foundation