arangosh> c = db._create("users", { waitForSync : true,
........> journalSize : 1024 * 1204});
[ArangoCollection 73712, "users" (type document, status loaded)]
arangosh> c.properties();
{
"isSystem" : false,
"waitForSync" : true,
"keyOptions" : {
"allowUserKeys" : true,
"type" : "traditional",
"lastValue" : 0
},
"cacheEnabled" : false
}