Export

BuildInfo

Hierarchy

  • BuildInfo

Properties

bits?: any

A number that reflects the target processor architecture of the mongod binary.

Memberof

BuildInfo

debug?: any

A boolean that reflects whether or not the mongod instance was built with debugging options.

Memberof

BuildInfo

gitVersion?: any

The commit identifier that identifies the state of the code use to build the mongod.

Memberof

BuildInfo

javascriptEngine?: any

A string that reports the JavaScript engine used in the mongod instance. By default, this is mozjs after version 3.2, and previously V8.

Memberof

BuildInfo

maxBsonObjectSize?: any

A number that reports the Maximum BSON Document Size

Memberof

BuildInfo

version?: any

Human-readable version information about the mongod instance. This string will take the format <major>.<minor>.<patch>.

Memberof

BuildInfo

versionArray?: any

An array that conveys version information about the mongod instance. See version for a more readable version of this string.

Memberof

BuildInfo

Generated using TypeDoc