Return the database stream configuration.

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