Discussion Forum : Monitoring And Optimization Strategies
Question - Which of the following should is used to check whether collection is capped or not ?
Options:
A .  isCAP()
B .  isCapped()
C .  isColl()
D .  None of the mentioned
Answer: Option B


Use the isCapped() method to determine if a collection is capped, as: db.collection.isCapped().



Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *