The path of the directory where blobs are stored.

If the database is opened within DatabaseEnvironment, this path setting will be ignored during Open(String, HeapDatabaseConfig). Use BlobDir to identify the current storage location of blobs after opening the database.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet61 (in libdb_dotnet61.dll) Version: 6.1.19.0

Syntax

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

See Also