arangosh> v = db._createView("example", "arangosearch");
[ArangoView 119, "example" (type arangosearch)]
arangosh> v.properties()
{
"links" : {
},
"cleanupIntervalStep" : 10,
"consolidationPolicy" : {
"segmentThreshold" : 300,
"threshold" : 0.8500000238418579,
"type" : "bytes_accum"
},
"consolidationIntervalMsec" : 60000
}
arangosh> db._dropView("example")