CommitSynchronizerInfoTransmit¶
- class dsviper.CommitSynchronizerInfoTransmit¶
Bases:
objectA class used to represent statistics of data exchanged during the synchronization of two databases.
Note: Not directly instantiable.
- blob_bytes() int¶
Return the number of bytes for blobs.
- blobs() int¶
Return the number of blobs.
- commit_bytes() int¶
Return the number of commit bytes fetched.
- commits() int¶
Return the number of commits fetched.
- extend_info() DefinitionsExtendInfo¶
Return the information to extend.