The path of the directory where external files are stored.

If the database is opened within DatabaseEnvironment, this path setting is ignored during Open(String, HashDatabaseConfig). Use ExternalFileDir to identify the current storage location of external files after opening the database.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet181 (in libdb_dotnet181.dll) Version: 18.1.32.0

Syntax

C#
public string ExternalFileDir
Visual Basic (Declaration)
Public ExternalFileDir As String
Visual C++
public:
String^ ExternalFileDir

See Also