import { type BuildInfo } from "https://deno.land/x/model@v1.2/dependencies/mongo.ts";
The document returned by the buildInfo command.
Properties
A string that conveys version information about the mongod
instance.
If you need to present version information to a human, this field is preferable to versionArray
.
This string will take the format <major>.<minor>.<patch>
in the case of a release,
but development builds may contain additional information.
The commit identifier that identifies the state of the code used to build the mongod.
An array that conveys version information about the mongod instance. See version for a more readable version of this string.
An embedded document describing the version of the TLS/SSL library that mongod was built with and is currently using.
A string that reports the JavaScript engine used in the mongod instance. By default, this is mozjs after version 3.2, and previously V8.