Home »
MCQs »
ArangoDB MCQs
Which of the following method Converts the collection into an array of documents?
33. Which of the following method Converts the collection into an array of documents?
- collection.toArray()
- collection.Array()
- doc.Array()
Answer: A) collection.toArray()
Explanation:
collection.toArray() method Converts the collection into an array of documents.