Search Results for

    Show / Hide Table of Contents

    Class NoOffset

    Used when retrieving all events.

    Inheritance
    object
    Offset
    NoOffset
    Implements
    IComparable<Offset>
    Inherited Members
    Offset.NoOffset()
    Offset.Sequence(long)
    Offset.TimeBasedUuid(Guid)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Akka.Persistence.Query
    Assembly: Akka.Persistence.Query.dll
    Syntax
    public sealed class NoOffset : Offset, IComparable<Offset>

    Properties

    | Edit this page View Source

    Instance

    The singleton instance of NoOffset.

    Declaration
    public static NoOffset Instance { get; }
    Property Value
    Type Description
    NoOffset

    Methods

    | Edit this page View Source

    CompareTo(Offset)

    Used to compare to other Offset implementations.

    Declaration
    public override int CompareTo(Offset other)
    Parameters
    Type Name Description
    Offset other

    The other offset to compare.

    Returns
    Type Description
    int
    Overrides
    Offset.CompareTo(Offset)
    | Edit this page View Source

    ToString()

    Used to log offset's value

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    Offset.ToString()

    Implements

    IComparable<T>

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(object)
    In this article
    • githubEdit this page
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET