Search Results for

    Show / Hide Table of Contents

    Class WithOptions

    Configuration options to be passed to the With() modulator.

    Inheritance
    System.Object
    WithOptions
    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.Process.Traversal.Step.Util
    Assembly: cs.temp.dll.dll
    Syntax
    public class WithOptions

    Fields

    All

    Include all tokens;

    Declaration
    public static readonly int All
    Field Value
    Type Description
    System.Int32

    Ids

    Include ids (affects all value maps).

    Declaration
    public static readonly int Ids
    Field Value
    Type Description
    System.Int32

    Indexer

    Configures the indexer to be used in Index<E2>().

    Declaration
    public static readonly string Indexer
    Field Value
    Type Description
    System.String

    Keys

    Include keys (affects all value maps).

    Declaration
    public static readonly int Keys
    Field Value
    Type Description
    System.Int32

    Labels

    Include labels (affects all and value maps).

    Declaration
    public static readonly int Labels
    Field Value
    Type Description
    System.Int32

    List

    Index items using 2-item lists.

    Declaration
    public static readonly int List
    Field Value
    Type Description
    System.Int32

    Map

    Index items using a map.

    Declaration
    public static readonly int Map
    Field Value
    Type Description
    System.Int32

    None

    Include no tokens.

    Declaration
    public static readonly int None
    Field Value
    Type Description
    System.Int32

    Tokens

    Configures the tokens to be included in value maps.

    Declaration
    public static readonly string Tokens
    Field Value
    Type Description
    System.String

    Values

    Include values (affects all value maps).

    Declaration
    public static readonly int Values
    Field Value
    Type Description
    System.Int32
    In This Article
    Back to top Copyright © 2018 The Apache Software Foundation