The path of a directory to be used as the location to store the persistent metadata.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0

Syntax

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

Remarks

By default, metadata is stored in the environment home directory. See Berkeley DB File Naming in the Programmer's Reference Guide for more information.

When used in a replicated application, the metadata directory must be the same location for all sites within a replication group.

See Also