| name | data type | description |
|---|---|---|
| dest_table | string | |
| paths | XJoinPaths | |
Properties inherited from XField |
||
| name | string | |
| tags | XProperties | |
Example
{
"dest_table" : "...",
"paths" : {
"path" : [ {
"edges" : { }
}, {
"edges" : { }
} ]
},
"name" : "...",
"tags" : {
"property" : [ {
"name" : "...",
"value" : "..."
}, {
"name" : "...",
"value" : "..."
} ]
}
}