[This is preliminary documentation and is subject to change.]
When greater than zero, imposes a limit on the open connection count
Namespace: NFX.DataAccess.MongoDB.ConnectorAssembly: NFX.MongoDB (in NFX.MongoDB.dll) Version: 3.0.0.1 (3.0.0.1)
[ConfigAttribute]
public int MaxConnections { get; set; }
[ConfigAttribute]
public int MaxConnections { get; set; }
<ConfigAttribute>
Public Property MaxConnections As Integer
Get
Set
<ConfigAttribute>
Public Property MaxConnections As Integer
Get
Set
public:
[ConfigAttribute]
property int MaxConnections {
int get ();
void set (int value);
}
public:
[ConfigAttribute]
property int MaxConnections {
int get ();
void set (int value);
}
[<ConfigAttribute>]
member MaxConnections : int with get, set
[<ConfigAttribute>]
member MaxConnections : int with get, set
Property Value
Type:
Int32