Preparing search index...
The search index is not available
mongodb
mongodb
ListDatabasesResult
Interface ListDatabasesResult
interface
ListDatabasesResult
{
databases
:
(
{
empty
?:
boolean
;
name
:
string
;
sizeOnDisk
?:
number
;
}
&
Document
)
[]
;
ok
:
0
|
1
;
totalSize
?:
number
;
totalSizeMb
?:
number
;
}
Index
Properties
databases
ok
total
Size?
total
Size
Mb?
Properties
databases
databases
:
(
{
empty
?:
boolean
;
name
:
string
;
sizeOnDisk
?:
number
;
}
&
Document
)
[]
ok
ok
:
0
|
1
Optional
total
Size
total
Size
?:
number
Optional
total
Size
Mb
total
Size
Mb
?:
number
Settings
Member Visibility
Protected
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
databases
ok
total
Size
total
Size
Mb
mongodb
Loading...