C# Class EventStore.Core.Index.TableIndex.TableItem

Afficher le fichier Open project: EventStore/EventStore

Méthodes publiques

Свойство Type Description
CommitCheckpoint long
PrepareCheckpoint long
Table ISearchTable

Méthodes publiques

Méthode Description
TableItem ( ISearchTable table, long prepareCheckpoint, long commitCheckpoint ) : System

Method Details

TableItem() public méthode

public TableItem ( ISearchTable table, long prepareCheckpoint, long commitCheckpoint ) : System
table ISearchTable
prepareCheckpoint long
commitCheckpoint long
Résultat System

Property Details

CommitCheckpoint public_oe property

public long CommitCheckpoint
Résultat long

PrepareCheckpoint public_oe property

public long PrepareCheckpoint
Résultat long

Table public_oe property

public ISearchTable Table
Résultat ISearchTable