The size in bytes which is used to determine when a data item will
be 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, databases opened in the environment default to never using external file support.
It is illegal to enable external file support in the environment if any of TxnSnapshot, and UseMVCC is set to true.
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); } |