C# (CSharp) LiteDB_V6 Namespace

Classes

Name Description
CollectionIndex
CollectionPage Represents the collection page AND a collection item, because CollectionPage represent a Collection (1 page = 1 collection). All collections pages are linked with Prev/Next links
CollectionService
DataBlock
DataPage The DataPage thats stores object data.
DataService
DbReader
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
FileDiskService Implement NTFS File disk
HeaderPage
IndexPage
IndexService Implement a Index service - Add/Remove index nodes on SkipList Based on: http://igoro.com/archive/skip-lists-are-fascinating/