CommitSynchronizerInfo

class dsviper.CommitSynchronizerInfo

Bases: object

A class used to represent data exchanged during the synchronization of two databases.

Note: Not directly instantiable.

fetch() CommitSynchronizerInfoTransmit

Return information for fetched resources.

need_transmit() bool

Return True if the synchronization requires exchanging data.

push() CommitSynchronizerInfoTransmit

Return information for pushed resources.

updated_definitions() bool

Return True if the definitions has updated.