md5sumFile()

On this page本页内容

Note注意

The native method listed here is for the legacy mongo shell.

To use native methods in mongosh, see Native Methods in mongosh.

Description

md5sumFile(filename)

Returns a md5 hash of the specified file.

The md5sumFile() method has the following parameter:

Parameter参数Type类型Description描述
filenamestringA file name.
Note注意

The specified filename must refer to a file located on the system running mongosh.

←  ls()mkdir() →