GraphSonReaderInputGraph Method (String, Int32) |
Input the JSON stream data into the graph.
In practice, usually the provided graph is empty.
Namespace:
VelocityGraph.Frontenac.Blueprints.Util.IO.GraphSON
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public void InputGraph(
string filename,
int bufferSize
)
Public Sub InputGraph (
filename As String,
bufferSize As Integer
)
public:
void InputGraph(
String^ filename,
int bufferSize
)
member InputGraph :
filename : string *
bufferSize : int -> unit
Parameters
- filename
- Type: SystemString
name of a file of JSON data - bufferSize
- Type: SystemInt32
the amount of elements to hold in memory before committing a transactions (only valid for TransactionalGraphs)
See Also