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