arangosh> v = db._createView("example", "arangosearch");
[ArangoView 132018, "example" (type arangosearch)]
arangosh> v.properties()
{
"writebufferIdle" : 64,
"writebufferActive" : 0,
"writebufferSizeMax" : 33554432,
"consolidationPolicy" : {
"type" : "bytes_accum",
"threshold" : 0.10000000149011612
},
"cleanupIntervalStep" : 10,
"consolidationIntervalMsec" : 60000,
"links" : {
}
}
arangosh> db._dropView("example")