Interface: IReadAllEventsCompleted

EventStore.Client.Messages.IReadAllEventsCompleted

Properties of a ReadAllEventsCompleted.
Properties:
Name Type Attributes Description
commitPosition number | Long ReadAllEventsCompleted commitPosition
preparePosition number | Long ReadAllEventsCompleted preparePosition
events Array.<EventStore.Client.Messages.IResolvedEvent> | null <optional>
ReadAllEventsCompleted events
nextCommitPosition number | Long ReadAllEventsCompleted nextCommitPosition
nextPreparePosition number | Long ReadAllEventsCompleted nextPreparePosition
result EventStore.Client.Messages.ReadAllEventsCompleted.ReadAllResult | null <optional>
ReadAllEventsCompleted result
error string | null <optional>
ReadAllEventsCompleted error
Source: