Class BSONSymbol

A class representation of the BSON Symbol type.

Hierarchy (view full)

Constructors

Properties

Accessors

Methods

Constructors

Properties

value: string

Accessors

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

Methods

  • Prints a human-readable string of BSON value information If invoked manually without node.js.inspect function, this will default to a modified JSON.stringify

    Parameters

    • Optionaldepth: number
    • Optionaloptions: unknown
    • Optionalinspect: InspectFn

    Returns string

  • Returns string

  • Returns a string representation of an object.

    Returns string

  • Access the wrapped string value.

    Returns string