GraphImportGraphSon Method (Stream, Int32) |
Input the GraphSon JSON stream data into the graph.
In practice, usually the provided graph is empty.
Namespace:
VelocityGraph
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax public void ImportGraphSon(
Stream jsonInputStream,
int bufferSize
)
Public Sub ImportGraphSon (
jsonInputStream As Stream,
bufferSize As Integer
)
public:
void ImportGraphSon(
Stream^ jsonInputStream,
int bufferSize
)
member ImportGraphSon :
jsonInputStream : Stream *
bufferSize : int -> unit
Parameters
- jsonInputStream
- Type: System.IOStream
an Stream of JSON data - bufferSize
- Type: SystemInt32
the amount of elements to hold in memory before committing a transactions
See Also