ReplicationStats class

Constructors

ReplicationStats({int? revisionsChecked, int? missingRevisionsFound, int? docsRead, int? docsWritten, int? changesPending, int? docWriteFailures, String? checkpointedSourceSeq, String? startTime, String? error})
ReplicationStats.fromJSON(Map<String, dynamic> data)
factory

Properties

changesPending int?
getter/setter pair
checkpointedSourceSeq String?
getter/setter pair
docsRead int?
getter/setter pair
docsWritten int?
getter/setter pair
docWriteFailures int?
getter/setter pair
error String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
missingRevisionsFound int?
getter/setter pair
revisionsChecked int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime String?
getter/setter pair

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

Static Methods

encode(ReplicationStats value) Map<String, dynamic>