mongodb-memory-server-core
Preparing search index...
MongoMemoryServer
StartupInstanceData
Interface StartupInstanceData
Data used by _startUpInstance's "data" variable
interface
StartupInstanceData
{
dbName
:
string
;
dbPath
?:
string
;
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?
ip
keyfile
Location?
launch
Timeout?
port
repl
Set?
storage
Engine
tmp
Dir?
Properties
db
Name
dbName
:
string
Optional
db
Path
dbPath
?:
string
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
ip
keyfile
Location
launch
Timeout
port
repl
Set
storage
Engine
tmp
Dir
mongodb-memory-server-core
Loading...
Data used by _startUpInstance's "data" variable