Class MongoDefaults
Default values for various Mongo settings.
- Inheritance
-
Mongo
Defaults
- Inherited Members
Properties
- Assign
IdOn Insert Gets or sets whether the driver should assign a value to empty Ids on Insert.
- Authentication
Mechanism Gets or sets the default authentication mechanism.
- Computed
Wait Queue Size Gets the actual wait queue size (either WaitQueueSize or WaitQueueMultiple x MaxConnectionPoolSize).
- Connect
Timeout Gets or sets the connect timeout.
- Guid
Representation Gets or sets the representation to use for Guids (this is an alias for BsonDefaults.GuidRepresentation).
- Local
Threshold Gets or sets the default local threshold.
- Max
Batch Count Gets or sets the maximum batch count.
- Max
Connection Idle Time Gets or sets the max connection idle time.
- Max
Connection Life Time Gets or sets the max connection life time.
- Max
Connection Pool Size Gets or sets the max connection pool size.
- Max
Document Size Gets or sets the max document size
- Max
Message Length Gets or sets the max message length.
- Min
Connection Pool Size Gets or sets the min connection pool size.
- Operation
Timeout Gets or sets the operation timeout.
- Read
Encoding Gets or sets the Read Encoding.
- Server
Selection Timeout Gets or sets the server selection timeout.
- Socket
Timeout Gets or sets the socket timeout.
- Tcp
Receive Buffer Size Gets or sets the TCP receive buffer size.
- Tcp
Send Buffer Size Gets or sets the TCP send buffer size.
- Wait
Queue Multiple Gets or sets the wait queue multiple (the actual wait queue size will be WaitQueueMultiple x MaxConnectionPoolSize, see also WaitQueueSize).
- Wait
Queue Size Gets or sets the wait queue size (see also WaitQueueMultiple).
- Wait
Queue Timeout Gets or sets the wait queue timeout.
- Write
Encoding Gets or sets the Write Encoding.