C# Class LiteDB_V6.CollectionIndex

Show file Open project: faush01/Emby.Kodi.SyncQueue Class Usage Examples

Public Properties

Property Type Description
FreeIndexPageID uint
IndexPattern System.Text.RegularExpressions.Regex

Public Methods

Method Description
CollectionIndex ( ) : System

Method Details

CollectionIndex() public method

public CollectionIndex ( ) : System
return System

Property Details

FreeIndexPageID public property

Get a reference for the free list index page - its private list per collection/index (must be a Field to be used as reference parameter)
public uint FreeIndexPageID
return uint

IndexPattern public static property

public static Regex,System.Text.RegularExpressions IndexPattern
return System.Text.RegularExpressions.Regex