The path of the directory where blobs are stored.

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

Syntax

C#
public string BlobDir { get; }
Visual Basic (Declaration)
Public ReadOnly Property BlobDir As String
Visual C++
public:
property String^ BlobDir {
	String^ get ();
}

See Also