C# Class LiteDB_V6.HeaderPage

Inheritance: BasePage
Afficher le fichier Open project: faush01/Emby.Kodi.SyncQueue

Méthodes publiques

Свойство Type Description
DbVersion ushort
FreeEmptyPageID uint
Password byte[]

Méthodes publiques

Méthode Description
HeaderPage ( ) : System

Méthodes protégées

Méthode Description
ReadContent ( LiteDB reader ) : void

Method Details

HeaderPage() public méthode

public HeaderPage ( ) : System
Résultat System

ReadContent() protected méthode

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

Property Details

DbVersion public_oe property

Database user version [2 bytes]
public ushort DbVersion
Résultat ushort

FreeEmptyPageID public_oe property

Get/Set the pageID that start sequenece with a complete empty pages (can be used as a new page)
public uint FreeEmptyPageID
Résultat uint

Password public_oe property

Password hash in SHA1 [20 bytes]
public byte[] Password
Résultat byte[]