v9.2.0
Added
-
Added
database.availabilitymethod -
Added
database.enginemethod (DE-931) -
Added
database.statusmethod (#811) -
Added
database.supportInfomethod -
Added
keepNulloption toCollectionInsertOptionstype (DE-946)This option was previously missing from the type.
-
Added
allowDirtyReadoption toDocumentExistsOptionstype (DE-945)This option was previously missing from the type.
-
Added
ignoreRevsoption toCollectionBatchReadOptionstype (DE-947)This option was previously missing from the type.
-
Added
optionsargument toCollectionTruncateOptionstype (DE-940)There was previously no way to pass options to the
truncatemethod. -
Added
databaseproperty toAnalyzer,ArrayCursor,BatchedArrayCursor,
Collection,Graph,Job,Route,TransactionandView(DE-935)This property can be used to access the database instance a given object
belongs to. -
Added
Route#headersandRoute#pathpropertiesThese properties can be used to access the headers and path used when creating
the route. -
Added
ArrayCursor#idandBatchedArrayCursor#idproperties (DE-936)This property can be used to access the ID of the cursor.