bulkLoadKill Suggest EditsDefinition Kills a bulk load operation. This is a wrapper for bulkLoad. Syntax JavaScriptdb.bulkLoadKill() Example JavaScriptProvenDB v7754 (current)> db.bulkLoadKill() { "ok" : 0, "error" : "BulkLoadNotInProgress" } See also bulkLoadUpdated almost 5 years ago Table of Contents Definition Syntax Example See also