Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DBRef

A class representation of the BSON DBRef type.

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

  • Parameters

    • collection: string

      the collection name.

    • oid: ObjectId

      the reference ObjectId.

    • Optional db: string

      optional db name, if omitted the reference is local to the current db.

    • Optional fields: Document

    Returns DBRef

Properties

collection: string
db?: string
fields: Document

Accessors

  • get _bsontype(): "DBRef"
  • Returns "DBRef"

Methods

  • inspect(): string
  • Returns string

Generated using TypeDoc