The threshold value in bytes beyond which data items are stored as
external files.
Namespace:
BerkeleyDBAny data item that is equal to or larger in size than the threshold value is automatically stored as an external file.
A value of 0 indicates that external files are not used by the database.
Assembly: libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0
Syntax
C# |
---|
public uint ExternalFileThreshold { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property ExternalFileThreshold As UInteger |
Visual C++ |
---|
public: property unsigned int ExternalFileThreshold { unsigned int get (); } |