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

13 lines
247 B
Plaintext

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