The size in bytes which is used to determine when a data item
will be stored as a blob.
Namespace:
BerkeleyDBAny data item that is equal to or larger in size than the threshold value is automatically stored as a blob.
If the threshold value is 0, blobs are never used by the database.
It is illegal to enable blob support in the database which is configured as in-memory database or with chksum, encryption, duplicates, sorted duplicates, compression, multiversion concurrency control and transactional read operations with degree 1 isolation.
Assembly: libdb_dotnet61 (in libdb_dotnet61.dll) Version: 6.1.19.0
Syntax
C# |
---|
public uint BlobThreshold { get; set; } |
Visual Basic (Declaration) |
---|
Public Property BlobThreshold As UInteger |
Visual C++ |
---|
public: property unsigned int BlobThreshold { unsigned int get (); void set (unsigned int value); } |