Search Results for

    Show / Hide Table of Contents

    Class ShortestPath

    Inheritance
    System.Object
    ShortestPath
    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
    Assembly: cs.temp.dll.dll
    Syntax
    public class ShortestPath

    Fields

    distance

    Declaration
    public const string distance = "~tinkerpop.shortestPath.distance"
    Field Value
    Type Description
    System.String

    edges

    Declaration
    public const string edges = "~tinkerpop.shortestPath.edges"
    Field Value
    Type Description
    System.String

    includeEdges

    Declaration
    public const string includeEdges = "~tinkerpop.shortestPath.includeEdges"
    Field Value
    Type Description
    System.String

    maxDistance

    Declaration
    public const string maxDistance = "~tinkerpop.shortestPath.maxDistance"
    Field Value
    Type Description
    System.String

    target

    Declaration
    public const string target = "~tinkerpop.shortestPath.target"
    Field Value
    Type Description
    System.String
    In This Article
    Back to top Copyright © 2018 The Apache Software Foundation