QEverCloud 6.1.0
Unofficial Evernote Cloud API for Qt
|
#include <Types.h>
Public Member Functions | |
virtual void | print (QTextStream &strm) const override |
bool | operator== (const AccountLimits &other) const |
bool | operator!= (const AccountLimits &other) const |
![]() | |
Printable ()=default | |
virtual | ~Printable ()=default |
virtual QString | toString () const |
This structure is used to provide account limits that are in effect for this user.
|
inline |
|
inline |
|
overridevirtual |
Implements qevercloud::Printable.
EverCloudLocalData qevercloud::AccountLimits::localData |
See the declaration of EverCloudLocalData for details
The maximum number of Resources per Note
Maximum total size of a Note that can be added. The size of a note is calculated as: ENML content length (in Unicode characters) plus the sum of all resource sizes (in bytes).
The number of bytes that can be uploaded to the account in the current month. For new notes that are created, this is the length of the note content (in Unicode characters) plus the size of each resource (in bytes). For edited notes, this is the the difference between the old length and the new length (if this is greater than 0) plus the size of each new resource.
Maximum number of linked notebooks per account.
The number of emails of any type that can be sent by a user from the service per day. If an email is sent to two different recipients, this counts as two emails.
Maximum number of Notebooks per user
Maximum number of SavedSearches per account