Skip to content

Commit 0a67df4

Browse files
authored
Merge pull request #1432 from CaselIT/patch-1
Added UnorderedBulkOperation.length property annotation
2 parents c5e8f20 + 147905a commit 0a67df4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/bulk/unordered.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ var addToOperationsList = function(_self, docType, document) {
203203
/**
204204
* Create a new UnorderedBulkOperation instance (INTERNAL TYPE, do not instantiate directly)
205205
* @class
206+
* @property {number} length Get the number of operations in the bulk.
206207
* @return {UnorderedBulkOperation} a UnorderedBulkOperation instance.
207208
*/
208209
var UnorderedBulkOperation = function(topology, collection, options) {

0 commit comments

Comments
 (0)