The number of pages to read before pausing during the hot backup.

Increasing this value increases the amount of I/O the backup process performs for any given time interval. If your application is already heavily I/O bound, setting this value to a lower number may help to improve your overall data throughput by reducing the I/O demands placed on your system. By default, all pages are read without a pause.

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

Syntax

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

See Also