IOptimizedPersistableFlushIfPageFull Property |
By default we flush (write) any updated page we find when looking for an object placement page and the page is considered full (depends on how many objects we permit/page)
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax bool FlushIfPageFull { get; }
ReadOnly Property FlushIfPageFull As Boolean
Get
property bool FlushIfPageFull {
bool get ();
}
abstract FlushIfPageFull : bool with get
Property Value
Type:
BooleanSee Also