collection property

DbCollection? collection
getter/setter pair

The MongoDb database object. The MongoDb collection object.

Implementation

//protected _db: any;

/// The MongoDb collection object.
mongo.DbCollection? collection;