Table of Contents

Class GraphOp

Namespace
Gremlin.Net.Process.Traversal
Assembly
Gremlin.Net.dll

A graph operation is a static Bytecode form that does not translate to a traversal but instead refers to a specific function to perform on a graph instance.

public static class GraphOp
Inheritance
GraphOp
Inherited Members

Properties

Commit

Commit a transaction.

public static Bytecode Commit { get; }

Property Value

Bytecode

Rollback

Rollback a transaction.

public static Bytecode Rollback { get; }

Property Value

Bytecode