ProjectionDetails class

Provides the details for a projection.

Constructors

ProjectionDetails({required int coreProcessingTime, required int version, required int epoch, required String effectiveName, required int writesInProgress, required int readsInProgress, required int partitionsCached, required String status, required String stateReason, required String name, required String mode, required String position, required double progress, required String lastCheckpoint, required int eventsProcessedAfterRestart, required String checkpointStatus, required int bufferedEvents, required int writePendingEventsBeforeCheckpoint, required int writePendingEventsAfterCheckpoint})
Constructs an ProjectionDetails

Properties

bufferedEvents int
The projection BufferedEvents
final
checkpointStatus String
The projection CheckpointStatus
final
coreProcessingTime int
The CoreProcessingTime
final
effectiveName String
The projection effectiveName
final
epoch int
The Unix epoch
final
eventsProcessedAfterRestart int
The projection EventsProcessedAfterRestart
final
hashCode int
The hash code for this object.
no setterinherited
lastCheckpoint String
The projection LastCheckpoint
final
mode String
The projection Mode
final
name String
The projection Name
final
partitionsCached int
The projection PartitionsCached
final
position String
The projection Position
final
progress double
The projection Progress
final
readsInProgress int
The projection ReadsInProgress
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateReason String
The projection StateReason
final
status String
The projection Status
final
version int
The projection version
final
writePendingEventsAfterCheckpoint int
The projection WritePendingEventsAfterCheckpoint
final
writePendingEventsBeforeCheckpoint int
The projection WritePendingEventsBeforeCheckpoint
final
writesInProgress int
The projection WritesInProgress
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited