ANNOUNCEMENT: Voyage AI joins MongoDB to power more accurate and trustworthy AI applications on Atlas.
Learn more
Docs Menu

Mongo.getReadPrefMode()

이 페이지의 내용

Mongo.getReadPrefMode()
반환합니다:The current readPreference mode for the Mongo() connection object.

See 읽기 설정 for an introduction to read preferences in MongoDB. Use getReadPrefMode() to return the current read preference mode, as in the following example:

db.getMongo().getReadPrefMode()

Use the following operation to return and print the current read preference mode:

print(db.getMongo().getReadPrefMode());

This operation will return one of the following read preference modes:

이 메서드는 다음 환경에서 호스팅되는 배포에서 사용할 수 있습니다.

  • MongoDB Atlas: 클라우드에서의 MongoDB 배포를 위한 완전 관리형 서비스

다음도 참조하세요.

이 페이지의 내용