md5sumFile()
이 페이지의 내용
MongoDB 5.0 은(는) 2024 10월을 기준으로 수명이 종료됩니다. 이 버전의 문서는 더 이상 지원되지 않습니다. 6.0 배포서버 업그레이드 5.0 하려면 MongoDB 업그레이드 절차를 참조하세요.
참고
여기에 나열된 네이티브 메서드는 레거시 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
.