Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BSONSymbol

A class representation of the BSON Symbol type.

Hierarchy层级

  • BSONSymbol

Index索引

Constructors构造函数

Properties属性

Methods方法

Constructors构造函数

constructor

  • Parameters参数

    • value: string

      the string representing the symbol.

    Returns返回BSONSymbol

Properties属性

_bsontype

_bsontype: "Symbol"

value

value: string

Methods方法

valueOf

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

    Returns返回string

Generated using TypeDoc