new FindOperatorsOrdered(){FindOperatorsOrdered}
Create a FindOperatorsOrdered instance (INTERNAL TYPE, do not instantiate directly)
Returns:
FindOperatorsOrdered instance.Methods
- 
    delete(){OrderedBulkOperation}
- 
    
    
    Add a remove operation to the bulk operation Throws:
- 
    deleteOne(){OrderedBulkOperation}
- 
    
    
    Add a remove one operation to the bulk operation Throws:
- 
    replaceOne(doc){OrderedBulkOperation}
- 
    
    
    Add a replace one operation to the bulk operation Name Type Description docobject the new document to replace the existing one with Throws:
- 
    update(doc){OrderedBulkOperation}
- 
    
    
    Add a single update document to the bulk operation Name Type Description docobject update operations Throws:
- 
    updateOne(doc){OrderedBulkOperation}
- 
    
    
    Add a single update one document to the bulk operation Name Type Description docobject update operations Throws:
- 
    upsert(){FindOperatorsOrdered}
- 
    
    
    Upsert modifier for update bulk operation Throws: