Interface: IEventRecord

EventStore.Client.Messages.IEventRecord

Properties of an EventRecord.
Properties:
Name Type Attributes Description
eventStreamId string | null <optional>
EventRecord eventStreamId
eventNumber Long | null <optional>
EventRecord eventNumber
eventId Uint8Array | null <optional>
EventRecord eventId
eventType string | null <optional>
EventRecord eventType
dataContentType number | null <optional>
EventRecord dataContentType
metadataContentType number | null <optional>
EventRecord metadataContentType
data Uint8Array | null <optional>
EventRecord data
metadata Uint8Array | null <optional>
EventRecord metadata
created Long | null <optional>
EventRecord created
createdEpoch Long | null <optional>
EventRecord createdEpoch
Source: