FillPercentage Property

BerkeleyDB

If non-zero, this provides the goal for filling pages, specified as a percentage between 1 and 100. Any page not at or above this percentage full will be considered for compaction. The default behavior is to consider every page for compaction, regardless of its page fill percentage.

Namespace:  BerkeleyDB
Assembly:  libdb_dotnet48 (in libdb_dotnet48.dll) Version: 4.8.24.0

Syntax

C#
public uint FillPercentage { get; set; }
Visual Basic (Declaration)
Public Property FillPercentage As UInteger
Visual C++
public:
property unsigned int FillPercentage {
	unsigned int get ();
	void set (unsigned int value);
}

See Also