Preparing search index...
The search index is not available
biorate
biorate
mongodb
mongoose
CreateOptions
Interface CreateOptions
interface
CreateOptions
{
aggregateErrors
?:
boolean
;
checkKeys
?:
boolean
;
j
?:
boolean
;
ordered
?:
boolean
;
safe
?:
boolean
|
mongoose
.
mongo
.
WriteConcern
;
session
?:
mongoose
.
mongo
.
ClientSession
;
timestamps
?:
boolean
|
QueryTimestampsConfig
;
validateBeforeSave
?:
boolean
;
validateModifiedOnly
?:
boolean
;
w
?:
string
|
number
;
wtimeout
?:
number
;
}
Hierarchy (
view full
)
SaveOptions
CreateOptions
Index
Properties
aggregate
Errors?
check
Keys?
j?
ordered?
safe?
session?
timestamps?
validate
Before
Save?
validate
Modified
Only?
w?
wtimeout?
Properties
Optional
aggregate
Errors
aggregate
Errors
?:
boolean
Optional
check
Keys
check
Keys
?:
boolean
Optional
j
j
?:
boolean
Optional
ordered
ordered
?:
boolean
Optional
safe
safe
?:
boolean
|
mongoose
.
mongo
.
WriteConcern
Optional
session
session
?:
mongoose
.
mongo
.
ClientSession
Optional
timestamps
timestamps
?:
boolean
|
QueryTimestampsConfig
Optional
validate
Before
Save
validate
Before
Save
?:
boolean
Optional
validate
Modified
Only
validate
Modified
Only
?:
boolean
Optional
w
w
?:
string
|
number
Optional
wtimeout
wtimeout
?:
number
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
aggregate
Errors
check
Keys
j
ordered
safe
session
timestamps
validate
Before
Save
validate
Modified
Only
w
wtimeout
biorate
Loading...