If true, any BackingFile file is read in its entirety when Open(String, SecondaryRecnoDatabaseConfig) is called. If false, BackingFile may be read lazily.

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

Syntax

C#
public bool Snapshot { get; }
Visual Basic (Declaration)
Public ReadOnly Property Snapshot As Boolean
Visual C++
public:
property bool Snapshot {
	bool get ();
}

See Also