The threshold value in bytes beyond which data items are stored as blobs.

Any data item that is equal to or larger in size than the threshold value is automatically stored as a blob.

A value of 0 indicates that blobs are not used by the database.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet61 (in libdb_dotnet61.dll) Version: 6.1.19.0

Syntax

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

See Also