bulkLoadStatus Suggest EditsDefinition Returns the status of a bulk load operation. This is a wrapper for bulkLoad. Syntax JavaScriptdb.bulkLoadStatus() Example JavaScriptProvenDB v7754 (bulkLoad)> db.bulkLoadStatus() { "ok" : 1, "status" : "on" } See also bulkLoadUpdated about 5 years ago Table of Contents Definition Syntax Example See also