Increment Property

BerkeleyDB

Configure the number of additional mutexes to allocate.

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

Syntax

C#
public uint Increment { get; set; }
Visual Basic (Declaration)
Public Property Increment As UInteger
Visual C++
public:
property unsigned int Increment {
	unsigned int get ();
	void set (unsigned int value);
}

Remarks

If both Increment and MaxMutexes are set, the value of Increment will be silently ignored.

If the database environment already exists when Open(String, DatabaseEnvironmentConfig) is called, the value of Increment will be ignored.

See Also