collectionsInfoCursor method

  1. @Deprecated('Use `getCollectionInfos` instead')
Stream<Map<String, dynamic>> collectionsInfoCursor([
  1. String? collectionName
])

This method uses system collections and therefore do not work on MongoDB v3.0 with and upward with WiredTiger Use getCollectionInfos instead

Implementation

@Deprecated('Use `getCollectionInfos` instead')
Stream<Map<String, dynamic>> collectionsInfoCursor(
        [String? collectionName]) =>
    _collectionsInfoCursor(collectionName);