Return the database stream configuration.

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

Syntax

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

Return Value

Return the database stream configuration.

See Also