Interface: IReadAllEventsCompleted

EventStore.Client.Messages.IReadAllEventsCompleted

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