DataDeleted class final

A keystore record was removed.

wasExpired is true when the removal was driven by TTL expiry (this client's own expiry sweep, LocalSecondary.deleteExpiredKeys). AtCollection's _cascadeFromParentDelete listener uses this to skip the cascade for expiry-driven parent deletes — every tier (publisher atServer, receiver atServer, every atClient) expires records autonomously off the same TTL metadata, so cascading the children would only generate redundant deletes. For user-initiated parent deletes (wasExpired == false) the cascade still runs.

Inheritance

Constructors

DataDeleted(AtKey key, {bool wasExpired = false})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
key AtKey
The full atKey of the affected record.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wasExpired bool
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