mongodb-memory-server-core
Preparing search index...
MongoMemoryServer
MongoInstanceData
Interface MongoInstanceData
Information about the currently running instance
interface
MongoInstanceData
{
dbName
:
string
;
dbPath
:
string
;
instance
:
MongoInstance
;
ip
:
string
;
keyfileLocation
?:
string
;
launchTimeout
?:
number
;
port
:
number
;
replSet
?:
string
;
storageEngine
:
NonNullable
<
StorageEngine
|
undefined
>
;
tmpDir
?:
string
;
}
Hierarchy (
View Summary
)
StartupInstanceData
MongoInstanceData
Index
Properties
db
Name
db
Path
instance
ip
keyfile
Location?
launch
Timeout?
port
repl
Set?
storage
Engine
tmp
Dir?
Properties
db
Name
dbName
:
string
db
Path
dbPath
:
string
instance
instance
:
MongoInstance
ip
ip
:
string
Optional
keyfile
Location
keyfileLocation
?:
string
Optional
launch
Timeout
launchTimeout
?:
number
port
port
:
number
Optional
repl
Set
replSet
?:
string
storage
Engine
storageEngine
:
NonNullable
<
StorageEngine
|
undefined
>
Optional
tmp
Dir
tmpDir
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
db
Name
db
Path
instance
ip
keyfile
Location
launch
Timeout
port
repl
Set
storage
Engine
tmp
Dir
mongodb-memory-server-core
Loading...
Information about the currently running instance