Class NoOffset
Used when retrieving all events.
Assembly: Akka.Persistence.Query.dll
Syntax
public sealed class NoOffset : Offset, IComparable<Offset>
Properties
|
Improve this Doc
View Source
Instance
Declaration
public static NoOffset Instance { get; }
Property Value
Methods
|
Improve this Doc
View Source
CompareTo(Offset)
Declaration
public override int CompareTo(Offset other)
Parameters
Type |
Name |
Description |
Offset |
other |
|
Returns
Overrides
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Overrides
Implements
Extension Methods