graphloader
API
graphloader
mapping options are used to designate the manner in which a data file will be parsed for loading.
exists()
-
How to identify that vertices or edges already exist when loading data from a data file.
ignore
-
How to ignore a field when loading data from a data file.
inE
-
How to designate the incoming edge to use when loading data from a data file.
isNew()
-
How to identify that vertices or edges will be created when loading data from a data file.
inV
-
How to designate the incoming vertex to use when loading data from a data file.
key
-
How to designate the incoming a simple unique key to use when loading data from a data file.
label
-
How to designate the vertex label to use when loading data from a data file.
labelField
-
How to designate the vertex label to use when loading data from a data file using the contents of a field in the data file.
outE
-
How to designate the outgoing edge to use when loading data from a data file.
outV
-
How to designate the outgoing vertex to use when loading data from a data file.
property
-
How to designate a property name to use when loading data from a data file.
vertex
-
How to designate a vertex to use when loading data from a data file.
vertexProperty
-
How to designate the vertex property name to use when loading data from a data file.