1
0
Fork 0
arangodb/Documentation/Examples/shell_create-collection

5 lines
179 B
Plaintext

arango> c = db._create("cars");
[ArangoCollection 111137, "cars" (status loaded)]
arango> c.properties()
{ "waitForSync" : false, "journalSize" : 33554432, "isVolatile" : false }