C# Class GSF.IO.FileStructure.Media.PageList.InternalPageMetaData

The internal data stored about each page. This is address information, Position information
Show file Open project: GridProtectionAlliance/openHistorian

Public Properties

Property Type Description
LocationOfPage byte*
MemoryPoolIndex int
ReferencedCount int

Property Details

LocationOfPage public property

The pointer to the page.
public byte* LocationOfPage
return byte*

MemoryPoolIndex public property

The index assigned by the MemoryPool.
public int MemoryPoolIndex
return int

ReferencedCount public property

The number of times this page has been referenced
public int ReferencedCount
return int