MaxOpenFiles Property

BerkeleyDB

The number of file descriptors the library will open concurrently when flushing dirty pages from the cache.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

C#
public int MaxOpenFiles { get; set; }
Visual Basic (Declaration)
Public Property MaxOpenFiles As Integer
Visual C++
public:
property int MaxOpenFiles {
	int get ();
	void set (int value);
}

See Also