RepBulkTransfer Property

BerkeleyDB

If true, the replication master sends groups of records to the clients in a single network transfer

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

Syntax

C#
public bool RepBulkTransfer { get; set; }
Visual Basic (Declaration)
Public Property RepBulkTransfer As Boolean
Visual C++
public:
property bool RepBulkTransfer {
	bool get ();
	void set (bool value);
}

See Also