1
0
Fork 0
arangodb/Documentation/Examples/collectionDatabaseCreate.ge...

15 lines
342 B
Plaintext

arangosh> c = db._create("users");
[ArangoCollection 652732023, "users" (type document, status loaded)]
arangosh> c.properties();
{
"doCompact" : true,
"journalSize" : 1048576,
"isSystem" : false,
"isVolatile" : false,
"waitForSync" : false,
"keyOptions" : {
"type" : "traditional",
"allowUserKeys" : true
}
}