gremlin
    Preparing search index...

    An "empty" graph object to server only as a reference.

    Holds in-memory collections of vertices and edges so that GraphBinary Graph (0x10) deserialization can return a usable data container.

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    edges: Map<
        any,
        Edge<
            Vertex<
                string,
                Record<string, any>,
                number,
                {
                    [key: string]: [
                        VertexProperty<string, any, Record<string, any>, any>,
                        ...VertexProperty<string, any, Record<string, any>, any>[],
                    ];
                },
            >,
            string,
            Vertex<
                string,
                Record<string, any>,
                number,
                {
                    [key: string]: [
                        VertexProperty<string, any, Record<string, any>, any>,
                        ...VertexProperty<string, any, Record<string, any>, any>[],
                    ];
                },
            >,
            Record<string, any>,
            number,
        >,
    >
    vertices: Map<
        any,
        Vertex<
            string,
            Record<string, any>,
            number,
            {
                [key: string]: [
                    VertexProperty<string, any, Record<string, any>, any>,
                    ...VertexProperty<string, any, Record<string, any>, any>[],
                ];
            },
        >,
    >

    Methods