5.3. Frames

Classes used to represent objects that exist on the server-side that enable users to retrieve data.

VertexFrame(conn, name, schema, key, ...)

A VertexFrame represents a collection of vertices held on the xGT server.

EdgeFrame(conn, name, schema, source, ...)

An EdgeFrame represents a collection of edges held on the xGT server.

TableFrame(conn, name, schema, container_id, ...)

A TableFrame represent a table held on the xGT server.

GraphFrame(conn, name, container_id)

A GraphFrame object represents a grouping of vertex and edge frames that make a logical graph.