C# Class LiteDB_V6.ExtendPage

Represent a extra data page that contains the object when is not possible store in DataPage (bigger then PAGE_SIZE or on update has no more space on page) Can be used in sequence of pages to store big objects
Inheritance: BasePage
Show file Open project: faush01/Emby.Kodi.SyncQueue

Public Methods

Method Description
ExtendPage ( uint pageID ) : System

Protected Methods

Method Description
ReadContent ( LiteDB reader ) : void

Method Details

ExtendPage() public method

public ExtendPage ( uint pageID ) : System
pageID uint
return System

ReadContent() protected method

protected ReadContent ( LiteDB reader ) : void
reader LiteDB
return void