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:
BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.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); } |