1
0
Fork 0
arangodb/Documentation/Examples/collectionProperties.generated

14 lines
270 B
Plaintext

arangosh> db.example.properties();
{
"doCompact" : true,
"journalSize" : 1048576,
"isSystem" : false,
"isVolatile" : false,
"waitForSync" : false,
"keyOptions" : {
"type" : "traditional",
"allowUserKeys" : true
},
"indexBuckets" : 8
}