C# 클래스 Platform.StreamStorage.RetrievedEventsWithMetaData

Represents an non-typed record within the event-stream.
파일 보기 프로젝트 열기: Lokad/lokad-data-platform

공개 프로퍼티들

프로퍼티 타입 설명
EmptyList ICollection
EventData byte[]
Next Platform.StreamClients.EventStoreOffset
StreamId string

공개 메소드들

메소드 설명
RetrievedEventsWithMetaData ( string streamId, byte eventData, EventStoreOffset next ) : System.Collections.Generic

메소드 상세

RetrievedEventsWithMetaData() 공개 메소드

public RetrievedEventsWithMetaData ( string streamId, byte eventData, EventStoreOffset next ) : System.Collections.Generic
streamId string
eventData byte
next Platform.StreamClients.EventStoreOffset
리턴 System.Collections.Generic

프로퍼티 상세

EmptyList 공개적으로 정적으로 프로퍼티

public static ICollection EmptyList
리턴 ICollection

EventData 공개적으로 프로퍼티

Data of the record itself (to be deserialized).
public byte[] EventData
리턴 byte[]

Next 공개적으로 프로퍼티

Pointer to the next event, can be used as a continuation token or persisted locally to remember location
public EventStoreOffset,Platform.StreamClients Next
리턴 Platform.StreamClients.EventStoreOffset

StreamId 공개적으로 프로퍼티

Id of the stream to which this event belongs (can be used as aggregate ID or as message serialization contract)
public string StreamId
리턴 string