SyncVerbBuilder class

Implemented types

Constructors

SyncVerbBuilder()

Properties

commitId int
commitId from which entries will be synced from server to client
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isPaginated bool
getter/setter pair
limit int
Number of entries to be fetched from commit log on the server in one batch
getter/setter pair
regex String?
if regex is set, then only keys matching the regex will be synced from server to client
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skipDeletesUntil int?
if skipDeletesUntil is set, then delete commit entries whose commitId is <= skipDeletesUntil will not be synced from server to client
getter/setter pair

Methods

buildCommand() String
Build the @ command to be sent to remote secondary for execution.
override
checkParams() bool
Checks whether all params required by the verb builder are set. Returns false if required params are not set.
override
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