Fix start with samples in Gremlin API (#448)
This commit is contained in:
parent
e8e5eb55cb
commit
7cbf7202b0
|
@ -3,6 +3,7 @@
|
|||
"offerThroughput": 400,
|
||||
"databaseLevelThroughput": false,
|
||||
"collectionId": "Persons",
|
||||
"createNewDatabase": true,
|
||||
"partitionKey": { "kind": "Hash", "paths": ["/name"] },
|
||||
"data": [
|
||||
"g.addV('person').property(id, '1').property('name', 'Eva').property('age', 44)",
|
||||
|
|
Loading…
Reference in New Issue