Max number of commits in a flush.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0

Syntax

C#
public uint MaxCommitsPerFlush { get; }
Visual Basic (Declaration)
Public ReadOnly Property MaxCommitsPerFlush As UInteger
Visual C++
public:
property unsigned int MaxCommitsPerFlush {
	unsigned int get ();
}

See Also