Table of Contents

Class ShortestPath

Namespace
Gremlin.Net.Process.Traversal
Assembly
Gremlin.Net.dll
public class ShortestPath
Inheritance
ShortestPath
Inherited Members

Constructors

ShortestPath()

public ShortestPath()

Fields

distance

public const string distance = "~tinkerpop.shortestPath.distance"

Field Value

string

edges

public const string edges = "~tinkerpop.shortestPath.edges"

Field Value

string

includeEdges

public const string includeEdges = "~tinkerpop.shortestPath.includeEdges"

Field Value

string

maxDistance

public const string maxDistance = "~tinkerpop.shortestPath.maxDistance"

Field Value

string

target

public const string target = "~tinkerpop.shortestPath.target"

Field Value

string