The size in bytes which is used to determine when a data item is stored as an external file.

Any data item that is equal to or larger in size than the threshold value is automatically stored as an external file.

If the threshold value is 0, databases opened in the environment default to never using external file support.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0

Syntax

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

See Also