C# Class EventStore.Core.TransactionLog.Chunks.TFChunkScavenger.CommitInfo

Mostra file Open project: EventStore/EventStore Class Usage Examples

Public Properties

Property Type Description
EventNumber int
KeepCommit bool?

Public Methods

Method Description
CommitInfo ( CommitLogRecord commitRecord ) : System
ToString ( ) : string

Method Details

CommitInfo() public method

public CommitInfo ( CommitLogRecord commitRecord ) : System
commitRecord CommitLogRecord
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

EventNumber public_oe property

public int EventNumber
return int

KeepCommit public_oe property

public bool? KeepCommit
return bool?