| 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: 8.2.1.0 (8.2.1)
 Syntax
Syntaxpublic 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
IOptimizedPersistableFlushIfPageFull See Also
See Also