C# Class LiteDB_V6.HeaderPage

Inheritance: BasePage
Show file Open project: faush01/Emby.Kodi.SyncQueue

Public Properties

Property Type Description
DbVersion ushort
FreeEmptyPageID uint
Password byte[]

Public Methods

Method Description
HeaderPage ( ) : System

Protected Methods

Method Description
ReadContent ( LiteDB reader ) : void

Method Details

HeaderPage() public method

public HeaderPage ( ) : System
return System

ReadContent() protected method

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

Property Details

DbVersion public property

Database user version [2 bytes]
public ushort DbVersion
return ushort

FreeEmptyPageID public property

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

Password public property

Password hash in SHA1 [20 bytes]
public byte[] Password
return byte[]