C# 클래스 MongoUtility.Core.MongoConnectionConfig

파일 보기 프로젝트 열기: magicdict/MongoCola 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AuthMechanism string
IsUseDefaultSetting bool
MongoConfig MongoConnectionConfigManager
ReadConcern string
ReadPreference string
ReplsetList List
SshPrivateKeyFile string
SslCertificateFile string
WaitQueueSize int
WriteConcern string
WtimeoutMs double

프로퍼티 상세

AuthMechanism 공개적으로 프로퍼티

验证机制
public string AuthMechanism
리턴 string

IsUseDefaultSetting 공개적으로 프로퍼티

public bool IsUseDefaultSetting
리턴 bool

MongoConfig 공개적으로 정적으로 프로퍼티

public static MongoConnectionConfigManager MongoConfig
리턴 MongoConnectionConfigManager

ReadConcern 공개적으로 프로퍼티

ReadConcern
public string ReadConcern
리턴 string

ReadPreference 공개적으로 프로퍼티

ReadPreference
public string ReadPreference
리턴 string

ReplsetList 공개적으로 프로퍼티

副本服务器列表
public List ReplsetList
리턴 List

SshPrivateKeyFile 공개적으로 프로퍼티

SSH私有钥匙文件
public string SshPrivateKeyFile
리턴 string

SslCertificateFile 공개적으로 프로퍼티

SSL认证文件
public string SslCertificateFile
리턴 string

WaitQueueSize 공개적으로 프로퍼티

WaitQueueSize;
public int WaitQueueSize
리턴 int

WriteConcern 공개적으로 프로퍼티

WriteConcern
public string WriteConcern
리턴 string

WtimeoutMs 공개적으로 프로퍼티

wtimeoutMS
The driver adds { wtimeout : ms } to the getlasterror command. Implies safe=true.
public double WtimeoutMs
리턴 double