The size in bytes which is used to determine when a data item
is stored as an external file.
Namespace:
BerkeleyDBAny 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, external files are never be used by the database.
It is illegal to enable external file support in the database which is configured as in-memory database or with duplicates, sorted duplicates, compression, multiversion concurrency control and transactional read operations with degree 1 isolation.
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); } |