C# 클래스 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.
파일 보기 프로젝트 열기: rogeralsing/akka.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IsDeleted bool
Manifest string
Payload object
PersistenceId string
SequenceNr long
Timestamp System.DateTime

공개 메소드들

메소드 설명
JournalEntry ( string persistenceId, long sequenceNr, bool isDeleted, string manifest, System.DateTime timestamp, object payload ) : System

메소드 상세

JournalEntry() 공개 메소드

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
리턴 System

프로퍼티 상세

IsDeleted 공개적으로 프로퍼티

public bool IsDeleted
리턴 bool

Manifest 공개적으로 프로퍼티

public string Manifest
리턴 string

Payload 공개적으로 프로퍼티

public object Payload
리턴 object

PersistenceId 공개적으로 프로퍼티

public string PersistenceId
리턴 string

SequenceNr 공개적으로 프로퍼티

public long SequenceNr
리턴 long

Timestamp 공개적으로 프로퍼티

public DateTime,System Timestamp
리턴 System.DateTime