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
Declaration
public static readonly int All
Field Value
Type | Description |
---|---|
System.Int32 |
Ids
Declaration
public static readonly int Ids
Field Value
Type | Description |
---|---|
System.Int32 |
Indexer
Declaration
public static readonly string Indexer
Field Value
Type | Description |
---|---|
System.String |
Keys
Declaration
public static readonly int Keys
Field Value
Type | Description |
---|---|
System.Int32 |
Labels
Declaration
public static readonly int Labels
Field Value
Type | Description |
---|---|
System.Int32 |
List
Declaration
public static readonly int List
Field Value
Type | Description |
---|---|
System.Int32 |
Map
Declaration
public static readonly int Map
Field Value
Type | Description |
---|---|
System.Int32 |
None
Declaration
public static readonly int None
Field Value
Type | Description |
---|---|
System.Int32 |
Tokens
Declaration
public static readonly string Tokens
Field Value
Type | Description |
---|---|
System.String |
Values
Declaration
public static readonly int Values
Field Value
Type | Description |
---|---|
System.Int32 |