Return an array of type DatabaseEntry where each array entry contains the range of keys contained in one of the database's partitions. The array contains the information for the entire database.

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

Syntax

C#
public DatabaseEntry[] PartitionKeys { get; private set; }
Visual Basic (Declaration)
Public Property PartitionKeys As DatabaseEntry()
Visual C++
public:
property array<DatabaseEntry^>^ PartitionKeys {
	array<DatabaseEntry^>^ get ();
	void set (array<DatabaseEntry^>^ value);
}

See Also