Search Results for

    Show / Hide Table of Contents

    Class ShortestPath

    Inheritance
    object
    ShortestPath
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Gremlin.Net.Process.Traversal
    Assembly: Gremlin.Net.dll
    Syntax
    public class ShortestPath

    Fields

    distance

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

    edges

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

    includeEdges

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

    maxDistance

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

    target

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