Interface: IFilteredReadAllEventsCompleted

EventStore.Client.Messages.IFilteredReadAllEventsCompleted

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