OptimizedPersistableFlushIfPageFull 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 public virtual bool FlushIfPageFull { get; }
Public Overridable ReadOnly Property FlushIfPageFull As Boolean
Get
public:
virtual property bool FlushIfPageFull {
bool get ();
}
abstract FlushIfPageFull : bool with get
override FlushIfPageFull : bool with get
Property Value
Type:
BooleanImplements
IOptimizedPersistableFlushIfPageFullSee Also