Search Results for

    Show / Hide Table of Contents

    Class JournalEntry

    Class used for storing intermediate result of the IPersistentRepresentation in form which is ready to be stored directly in the SQL table.

    Inheritance
    Object
    JournalEntry
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Akka.Persistence.Sql.Common.Journal
    Assembly: Akka.Persistence.Sqlite.dll
    Syntax
    public sealed class JournalEntry

    Constructors

    | Improve this Doc View Source

    JournalEntry(String, Int64, Boolean, String, DateTime, Object)

    TBD

    Declaration
    public JournalEntry(string persistenceId, long sequenceNr, bool isDeleted, string manifest, DateTime timestamp, object payload)
    Parameters
    Type Name Description
    String persistenceId

    TBD

    Int64 sequenceNr

    TBD

    Boolean isDeleted

    TBD

    String manifest

    TBD

    DateTime timestamp

    TBD

    Object payload

    TBD

    Fields

    | Improve this Doc View Source

    IsDeleted

    TBD

    Declaration
    public readonly bool IsDeleted
    Field Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Manifest

    TBD

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

    Payload

    TBD

    Declaration
    public readonly object Payload
    Field Value
    Type Description
    Object
    | Improve this Doc View Source

    PersistenceId

    TBD

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

    SequenceNr

    TBD

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

    Timestamp

    TBD

    Declaration
    public readonly DateTime Timestamp
    Field Value
    Type Description
    DateTime

    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