BTreeBaseKey, ValueFlushIfPageFull Property |
We don't want to flush other BTree pages while looking for a placement page
Namespace:
VelocityDb.Collection.BTree
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public override bool FlushIfPageFull { get; }
Public Overrides ReadOnly Property FlushIfPageFull As Boolean
Get
public:
virtual property bool FlushIfPageFull {
bool get () override;
}
abstract FlushIfPageFull : bool with get
override FlushIfPageFull : bool with get
Property Value
Type:
BooleanImplements
IOptimizedPersistableFlushIfPageFullSee Also