Preparing search index...
The search index is not available
mongodb
mongodb
ModifyResult
Interface ModifyResult<TSchema>
interface
ModifyResult
<
TSchema
>
{
lastErrorObject
?:
Document
;
ok
:
0
|
1
;
value
:
null
|
WithId
<
TSchema
>
;
}
Type Parameters
TSchema
=
Document
Index
Properties
last
Error
Object?
ok
value
Properties
Optional
last
Error
Object
last
Error
Object
?:
Document
ok
ok
:
0
|
1
value
value
:
null
|
WithId
<
TSchema
>
Settings
Member Visibility
Protected
Inherited
External
Alpha
Beta
Theme
OS
Light
Dark
On This Page
Properties
last
Error
Object
ok
value
mongodb
Loading...