Class ProjectionQueryResult
- Namespace
- Cratis.Chronicle.Projections
- Assembly
- Cratis.Chronicle.dll
Represents the result of querying a projection against the event log.
public record ProjectionQueryResult : IEquatable<ProjectionQueryResult>
- Inheritance
-
ProjectionQueryResult
- Implements
- Inherited Members
Constructors
ProjectionQueryResult(IReadOnlyList<string>)
Represents the result of querying a projection against the event log.
public ProjectionQueryResult(IReadOnlyList<string> ReadModelEntries)
Parameters
ReadModelEntriesIReadOnlyList<string>Collection of JSON representations of the resulting read model entries.
Properties
ReadModelEntries
Collection of JSON representations of the resulting read model entries.
public IReadOnlyList<string> ReadModelEntries { get; init; }