You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cursor.count() operation can be expensive. Make it optional. By default, it should work as before (i.e. return count). For new streaming apis, which are not used by anyone yet, we can default to the less expensive noMatchCount: true.