The ISyncChunksDataCounters interface provides integer counters representing the current progress on processing the data from downloaded sync chunks.
More...
#include <ISyncChunksDataCounters.h>
The ISyncChunksDataCounters interface provides integer counters representing the current progress on processing the data from downloaded sync chunks.
◆ addedLinkedNotebooks()
virtual quint64 quentier::synchronization::ISyncChunksDataCounters::addedLinkedNotebooks |
( |
| ) |
const |
|
pure virtualnoexcept |
Number of linked notebooks from sync chunks added to the local storage so far
◆ addedNotebooks()
virtual quint64 quentier::synchronization::ISyncChunksDataCounters::addedNotebooks |
( |
| ) |
const |
|
pure virtualnoexcept |
Number of notebooks from sync chunks added to the local storage so far
◆ addedSavedSearches()
virtual quint64 quentier::synchronization::ISyncChunksDataCounters::addedSavedSearches |
( |
| ) |
const |
|
pure virtualnoexcept |
Number of saved searches from sync chunks added to the local storage so far
◆ addedTags()
virtual quint64 quentier::synchronization::ISyncChunksDataCounters::addedTags |
( |
| ) |
const |
|
pure virtualnoexcept |
Number of tags from sync chunks added to the local storage so far
◆ expungedLinkedNotebooks()
virtual quint64 quentier::synchronization::ISyncChunksDataCounters::expungedLinkedNotebooks |
( |
| ) |
const |
|
pure virtualnoexcept |
Number of linked notebooks from sync chunks expunged from the local storage so far
◆ expungedNotebooks()
virtual quint64 quentier::synchronization::ISyncChunksDataCounters::expungedNotebooks |
( |
| ) |
const |
|
pure virtualnoexcept |
Number of notebooks from sync chunks expunged from the local storage so far
◆ expungedSavedSearches()
virtual quint64 quentier::synchronization::ISyncChunksDataCounters::expungedSavedSearches |
( |
| ) |
const |
|
pure virtualnoexcept |
Number of saved searches from sync chunks expunged from the local storage so far
◆ expungedTags()
virtual quint64 quentier::synchronization::ISyncChunksDataCounters::expungedTags |
( |
| ) |
const |
|
pure virtualnoexcept |
Number of tags from sync chunks expunged from the local storage so far
◆ totalExpungedLinkedNotebooks()
virtual quint64 quentier::synchronization::ISyncChunksDataCounters::totalExpungedLinkedNotebooks |
( |
| ) |
const |
|
pure virtualnoexcept |
Total number of expunged saved searches in downloaded sync chunks
◆ totalExpungedNotebooks()
virtual quint64 quentier::synchronization::ISyncChunksDataCounters::totalExpungedNotebooks |
( |
| ) |
const |
|
pure virtualnoexcept |
Total number of expunged notebooks in downloaded sync chunks
◆ totalExpungedSavedSearches()
virtual quint64 quentier::synchronization::ISyncChunksDataCounters::totalExpungedSavedSearches |
( |
| ) |
const |
|
pure virtualnoexcept |
Total number of expunged saved searches in downloaded sync chunks
◆ totalExpungedTags()
virtual quint64 quentier::synchronization::ISyncChunksDataCounters::totalExpungedTags |
( |
| ) |
const |
|
pure virtualnoexcept |
Total number of expunged tags in downloaded sync chunks
◆ totalLinkedNotebooks()
virtual quint64 quentier::synchronization::ISyncChunksDataCounters::totalLinkedNotebooks |
( |
| ) |
const |
|
pure virtualnoexcept |
Total number of new or updated linked notebooks in downloaded sync chunks
◆ totalNotebooks()
virtual quint64 quentier::synchronization::ISyncChunksDataCounters::totalNotebooks |
( |
| ) |
const |
|
pure virtualnoexcept |
Total number of new or updated notebooks in downloaded sync chunks
◆ totalSavedSearches()
virtual quint64 quentier::synchronization::ISyncChunksDataCounters::totalSavedSearches |
( |
| ) |
const |
|
pure virtualnoexcept |
Total number of new or updated saved searches in downloaded sync chunks
◆ totalTags()
virtual quint64 quentier::synchronization::ISyncChunksDataCounters::totalTags |
( |
| ) |
const |
|
pure virtualnoexcept |
Total number of new or updated tags in downloaded sync chunks
◆ updatedLinkedNotebooks()
virtual quint64 quentier::synchronization::ISyncChunksDataCounters::updatedLinkedNotebooks |
( |
| ) |
const |
|
pure virtualnoexcept |
Number of linked notebooks from sync chunks updated in the local storage so far
◆ updatedNotebooks()
virtual quint64 quentier::synchronization::ISyncChunksDataCounters::updatedNotebooks |
( |
| ) |
const |
|
pure virtualnoexcept |
Number of notebooks from sync chunks updated in the local storage so far
◆ updatedSavedSearches()
virtual quint64 quentier::synchronization::ISyncChunksDataCounters::updatedSavedSearches |
( |
| ) |
const |
|
pure virtualnoexcept |
Number of saved searches from sync chunks updated in the local storage so far
◆ updatedTags()
virtual quint64 quentier::synchronization::ISyncChunksDataCounters::updatedTags |
( |
| ) |
const |
|
pure virtualnoexcept |
Number of tags from sync chunks updated in the local storage so far