Search Results for

    Show / Hide Table of Contents

    Class ConnectedComponent

    Inheritance
    object
    ConnectedComponent
    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 ConnectedComponent

    Fields

    component

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

    edges

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

    propertyName

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