The path of the directory where blobs are stored.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet60 (in libdb_dotnet60.dll) Version: 6.0.30.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