C# Класс Platform.StreamStorage.RetrievedEventsWithMetaData

Represents an non-typed record within the event-stream.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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