mingo
Preparing search index...
index
default
Variable default
default
:
{
aggregate
:
(
collection
:
Source
,
pipeline
:
AnyObject
[]
,
options
?:
Partial
<
Options
>
,
)
=>
AnyObject
[]
;
Aggregator
:
typeof
Aggregator
;
Context
:
typeof
Context
;
find
:
<
T
>
(
collection
:
Source
,
condition
:
AnyObject
,
projection
?:
AnyObject
,
options
?:
Partial
<
Options
>
,
)
=>
Cursor
<
T
>
;
ProcessingMode
:
typeof
ProcessingMode
;
Query
:
typeof
Query
;
update
:
(
obj
:
AnyObject
,
modifier
:
Modifier
,
arrayFilters
?:
AnyObject
[]
,
condition
?:
AnyObject
,
options
?:
{
cloneMode
?:
CloneMode
;
queryOptions
?:
Partial
<
Options
>
}
,
)
=>
string
[]
;
updateMany
:
(
documents
:
AnyObject
[]
,
condition
:
AnyObject
,
modifer
:
Modifier
|
PipelineStage
[]
,
updateConfig
?:
UpdateConfig
,
options
?:
Partial
<
Options
>
,
)
=>
{
matchedCount
:
number
;
modifiedCount
:
number
}
;
updateOne
:
(
documents
:
AnyObject
[]
,
condition
:
AnyObject
,
modifier
:
Modifier
|
PipelineStage
[]
,
updateConfig
?:
UpdateConfig
,
options
?:
Partial
<
Options
>
,
)
=>
UpdateResult
;
}
Type Declaration
aggregate
:
(
collection
:
Source
,
pipeline
:
AnyObject
[]
,
options
?:
Partial
<
Options
>
,
)
=>
AnyObject
[]
Aggregator
:
typeof
Aggregator
Context
:
typeof
Context
find
:
<
T
>
(
collection
:
Source
,
condition
:
AnyObject
,
projection
?:
AnyObject
,
options
?:
Partial
<
Options
>
,
)
=>
Cursor
<
T
>
ProcessingMode
:
typeof
ProcessingMode
Query
:
typeof
Query
update
:
(
obj
:
AnyObject
,
modifier
:
Modifier
,
arrayFilters
?:
AnyObject
[]
,
condition
?:
AnyObject
,
options
?:
{
cloneMode
?:
CloneMode
;
queryOptions
?:
Partial
<
Options
>
}
,
)
=>
string
[]
updateMany
:
(
documents
:
AnyObject
[]
,
condition
:
AnyObject
,
modifer
:
Modifier
|
PipelineStage
[]
,
updateConfig
?:
UpdateConfig
,
options
?:
Partial
<
Options
>
,
)
=>
{
matchedCount
:
number
;
modifiedCount
:
number
}
updateOne
:
(
documents
:
AnyObject
[]
,
condition
:
AnyObject
,
modifier
:
Modifier
|
PipelineStage
[]
,
updateConfig
?:
UpdateConfig
,
options
?:
Partial
<
Options
>
,
)
=>
UpdateResult
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
mingo
Loading...