Class MongoDefaults
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
Default values for various Mongo settings.
public static class MongoDefaults
Inheritance
MongoDefaults
Inherited Members
Properties
Gets or sets whether the driver should assign a value to empty Ids on Insert.
Gets or sets the default authentication mechanism.
Gets the actual wait queue size (either WaitQueueSize or WaitQueueMultiple x MaxConnectionPoolSize).
Gets or sets the connect timeout.
Gets or sets the default local threshold.
Gets or sets the maximum batch count.
Gets or sets the max connection idle time.
Gets or sets the max connection life time.
Gets or sets the max connection pool size.
Gets or sets the max document size
Gets or sets the max message length.
Gets or sets the min connection pool size.
Gets or sets the operation timeout.
Gets or sets the Read Encoding.
Gets or sets the server selection timeout.
Gets or sets the socket timeout.
Gets or sets the TCP receive buffer size.
Gets or sets the TCP send buffer size.
Gets or sets the wait queue multiple (the actual wait queue size will be WaitQueueMultiple x MaxConnectionPoolSize, see also WaitQueueSize).
Gets or sets the wait queue size (see also WaitQueueMultiple).
Gets or sets the wait queue timeout.
Gets or sets the Write Encoding.