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

The internal data stored about each page. This is address information, Position information
显示文件 Open project: GridProtectionAlliance/openHistorian

Public Properties

Property Type Description
LocationOfPage byte*
MemoryPoolIndex int
ReferencedCount int

Property Details

LocationOfPage public_oe property

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

MemoryPoolIndex public_oe property

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

ReferencedCount public_oe property

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