1
0
Fork 0
arangodb/Documentation/DocuBlocks/documentsCollectionAny.md

9 lines
215 B
Markdown

@brief returns any document from a collection
`collection.any()`
Returns a random document from the collection or *null* if none exists.
**Note**: this method is expensive when using the RocksDB storage engine.