Object Constructors and Methods
This version of the documentation is archived and no longer supported. View the current documentation to learn how to upgrade your version of MongoDB server.
Note
For details on specific methods, including syntax and examples, click on the specific method to go to its reference page.
Name | Description |
---|---|
Wrapper around the result set from Bulk.execute() . | |
Creates a date object. By default creates a date object including the current date. | |
Returns an ObjectId. | |
Returns the timestamp portion of an ObjectId. | |
Displays the string representation of an ObjectId. | |
Displays the str attribute of an ObjectId as a hexadecimal string. | |
Converts a 32-byte hexadecimal string to the UUID BSON subtype. | |
Wrapper around the result set from write methods. | |
Returns a boolean specifying whether the results include WriteResult.writeError . | |
Returns a boolean specifying whether whether the results include WriteResult.writeConcernError . |