C# Class Akka.Persistence.Sql.Common.Journal.JournalEntry

Class used for storing intermediate result of the IPersistentRepresentation in form which is ready to be stored directly in the SQL table.
Afficher le fichier Open project: rogeralsing/akka.net Class Usage Examples

Méthodes publiques

Свойство Type Description
IsDeleted bool
Manifest string
Payload object
PersistenceId string
SequenceNr long
Timestamp System.DateTime

Méthodes publiques

Méthode Description
JournalEntry ( string persistenceId, long sequenceNr, bool isDeleted, string manifest, System.DateTime timestamp, object payload ) : System

Method Details

JournalEntry() public méthode

public JournalEntry ( string persistenceId, long sequenceNr, bool isDeleted, string manifest, System.DateTime timestamp, object payload ) : System
persistenceId string
sequenceNr long
isDeleted bool
manifest string
timestamp System.DateTime
payload object
Résultat System

Property Details

IsDeleted public_oe property

public bool IsDeleted
Résultat bool

Manifest public_oe property

public string Manifest
Résultat string

Payload public_oe property

public object Payload
Résultat object

PersistenceId public_oe property

public string PersistenceId
Résultat string

SequenceNr public_oe property

public long SequenceNr
Résultat long

Timestamp public_oe property

public DateTime,System Timestamp
Résultat System.DateTime