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