PageSyncStat class

Statistics of a page synchronization.

Constructors

PageSyncStat({int? onlySourceCount, int? onlyTargetCount, int? matchingKeyCount, int? synchronizedCount})

Properties

hashCode int
The hash code for this object.
no setterinherited
matchingKeyCount int?
Number of items with matching keys.
final
onlySourceCount int?
Number of items in the source only.
final
onlyTargetCount int?
Number of items in the target only.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
synchronizedCount int?
Number of items that reported synchronized status.
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