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
Afficher le fichier Open project: faush01/Emby.Kodi.SyncQueue

Méthodes publiques

Méthode Description
ExtendPage ( uint pageID ) : System

Méthodes protégées

Méthode Description
ReadContent ( LiteDB reader ) : void

Method Details

ExtendPage() public méthode

public ExtendPage ( uint pageID ) : System
pageID uint
Résultat System

ReadContent() protected méthode

protected ReadContent ( LiteDB reader ) : void
reader LiteDB
Résultat void