Search Results for

    Show / Hide Table of Contents

    Struct EventId

    Persisted event identifier returning set of keys used to map particular instance of an event to database row id.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.GetType()
    Object.ReferenceEquals(Object, Object)
    Namespace: Akka.Persistence.Sql.Common.Journal
    Assembly: Akka.Persistence.Sqlite.dll
    Syntax
    public struct EventId

    Constructors

    | Improve this Doc View Source

    EventId(Int64, Int64, String)

    TBD

    Declaration
    public EventId(long id, long sequenceNr, string persistenceId)
    Parameters
    Type Name Description
    Int64 id

    TBD

    Int64 sequenceNr

    TBD

    String persistenceId

    TBD

    Fields

    | Improve this Doc View Source

    Id

    Database row identifier.

    Declaration
    public readonly long Id
    Field Value
    Type Description
    Int64
    | Improve this Doc View Source

    PersistenceId

    Id of persistent actor, used to recognize all events related to that actor.

    Declaration
    public readonly string PersistenceId
    Field Value
    Type Description
    String
    | Improve this Doc View Source

    SequenceNr

    Persistent event sequence number, monotonically increasing in scope of the same PersistenceId.

    Declaration
    public readonly long SequenceNr
    Field Value
    Type Description
    Int64

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(Object)
    In This Article
    • githubImprove this Doc
    • 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