Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BSONSymbol

A class representation of the BSON Symbol type.

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

  • Parameters

    • value: string

      the string representing the symbol.

    Returns BSONSymbol

Properties

value: string

Accessors

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

Methods

  • inspect(): string
  • Returns string

  • toJSON(): string
  • Returns string

  • toString(): string
  • Returns string

  • valueOf(): string
  • Access the wrapped string value.

    Returns string

Generated using TypeDoc