Class MongoDBCollectionNamespace

A class representing a collection's namespace. 表示集合的命名空间的类。This class enforces (through Typescript) that the collection portion of the namespace is defined and should only be used in scenarios where this can be guaranteed.此类强制(通过Typescript)定义命名空间的collection部分,并且仅应在可以保证这一点的场景中使用。

Hierarchy

Constructors

Properties

Methods

Constructors

Properties

collection: string

collection name集合名称

db: string

database name数据库名称

Methods

Generated using TypeDoc