Search Results for

    Show / Hide Table of Contents

    Class ConnectedComponent

    Inheritance
    System.Object
    ConnectedComponent
    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 ConnectedComponent

    Fields

    component

    Declaration
    public const string component = "gremlin.connectedComponentVertexProgram.component"
    Field Value
    Type Description
    System.String

    edges

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

    propertyName

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