एक exists()
. है फ़ंक्शन जिसका उपयोग आप यह निर्धारित करने के लिए कर सकते हैं कि हैंग होने वाले कोड को निष्पादित करना है या नहीं।
> db.getCollection('hello').exists()
null
> db.getCollection('world').exists()
{ "name" : "testdb.world" }
एक exists()
. है फ़ंक्शन जिसका उपयोग आप यह निर्धारित करने के लिए कर सकते हैं कि हैंग होने वाले कोड को निष्पादित करना है या नहीं।
> db.getCollection('hello').exists()
null
> db.getCollection('world').exists()
{ "name" : "testdb.world" }