Added
-
Added
database.availability
method -
Added
database.engine
method (DE-931) -
Added
database.status
method (#811) -
Added
database.supportInfo
method -
Added
keepNull
option toCollectionInsertOptions
type (DE-946)This option was previously missing from the type.
-
Added
allowDirtyRead
option toDocumentExistsOptions
type (DE-945)This option was previously missing from the type.
-
Added
ignoreRevs
option toCollectionBatchReadOptions
type (DE-947)This option was previously missing from the type.
-
Added
options
argument toCollectionTruncateOptions
type (DE-940)There was previously no way to pass options to the
truncate
method. -
Added
database
property toAnalyzer
,ArrayCursor
,BatchedArrayCursor
,
Collection
,Graph
,Job
,Route
,Transaction
andView
(DE-935)This property can be used to access the database instance a given object
belongs to. -
Added
Route#headers
andRoute#path
propertiesThese properties can be used to access the headers and path used when creating
the route. -
Added
ArrayCursor#id
andBatchedArrayCursor#id
properties (DE-936)This property can be used to access the ID of the cursor.