Preparing search index...
The search index is not available
mongodb
mongodb
CollectionInfo
Interface CollectionInfo
interface
CollectionInfo
{
idIndex
?:
Document
;
info
?:
{
readOnly
?:
false
;
uuid
?:
Binary
;
}
;
name
:
string
;
options
?:
Document
;
type
?:
string
;
}
Hierarchy (
view full
)
Document
CollectionInfo
Index
Properties
id
Index?
info?
name
options?
type?
Properties
Optional
id
Index
id
Index
?:
Document
Optional
info
info
?:
{
readOnly
?:
false
;
uuid
?:
Binary
;
}
name
name
:
string
Optional
options
options
?:
Document
Optional
type
type
?:
string
Settings
Member Visibility
Protected
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
id
Index
info
name
options
type
mongodb
Loading...