Docs Menu

md5sumFile()

이 페이지의 내용

참고

여기에 나열된 네이티브 메서드는 레거시 mongo shell을 위한 것입니다.

mongosh 에서 네이티브 메서드를 사용하려면 mongosh 의 네이티브 메서드를 참조하세요.

md5sumFile(filename)

Returns a md5 hash of the specified file.

md5sumFile() 메서드에는 다음과 같은 매개변수가 있습니다.

Parameter
유형
설명

filename

문자열

A file name.

참고

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

이 페이지의 내용