C# Class EventStore.Core.Index.PTable.IndexEntryKey

Mostra file Open project: EventStore/EventStore

Public Properties

Property Type Description
Stream ulong
Version int

Public Methods

Method Description
GreaterEqualsThan ( IndexEntryKey other ) : bool
GreaterThan ( IndexEntryKey other ) : bool
IndexEntryKey ( ulong stream, int version ) : System
SmallerEqualsThan ( IndexEntryKey other ) : bool
SmallerThan ( IndexEntryKey other ) : bool
ToString ( ) : string

Method Details

GreaterEqualsThan() public method

public GreaterEqualsThan ( IndexEntryKey other ) : bool
other IndexEntryKey
return bool

GreaterThan() public method

public GreaterThan ( IndexEntryKey other ) : bool
other IndexEntryKey
return bool

IndexEntryKey() public method

public IndexEntryKey ( ulong stream, int version ) : System
stream ulong
version int
return System

SmallerEqualsThan() public method

public SmallerEqualsThan ( IndexEntryKey other ) : bool
other IndexEntryKey
return bool

SmallerThan() public method

public SmallerThan ( IndexEntryKey other ) : bool
other IndexEntryKey
return bool

ToString() public method

public ToString ( ) : string
return string

Property Details

Stream public_oe property

public ulong Stream
return ulong

Version public_oe property

public int Version
return int