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 |
Public Attributes | |
EverCloudLocalData | localData |
Optional< qint32 > | userMailLimitDaily |
Optional< qint64 > | noteSizeMax |
Optional< qint64 > | resourceSizeMax |
Optional< qint32 > | userLinkedNotebookMax |
Optional< qint64 > | uploadLimit |
Optional< qint32 > | userNoteCountMax |
Optional< qint32 > | userNotebookCountMax |
Optional< qint32 > | userTagCountMax |
Optional< qint32 > | noteTagCountMax |
Optional< qint32 > | userSavedSearchesMax |
Optional< qint32 > | noteResourceCountMax |
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
Optional< qint32 > qevercloud::AccountLimits::noteResourceCountMax |
The maximum number of Resources per Note
Optional< qint64 > qevercloud::AccountLimits::noteSizeMax |
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).
Optional< qint64 > qevercloud::AccountLimits::resourceSizeMax |
Maximum size of a resource, in bytes
Optional< qint64 > qevercloud::AccountLimits::uploadLimit |
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.
Optional< qint32 > qevercloud::AccountLimits::userLinkedNotebookMax |
Maximum number of linked notebooks per account.
Optional< qint32 > qevercloud::AccountLimits::userMailLimitDaily |
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.
Optional< qint32 > qevercloud::AccountLimits::userNotebookCountMax |
Maximum number of Notebooks per user
Optional< qint32 > qevercloud::AccountLimits::userNoteCountMax |
Maximum number of Notes per user
Optional< qint32 > qevercloud::AccountLimits::userSavedSearchesMax |
Maximum number of SavedSearches per account
Optional< qint32 > qevercloud::AccountLimits::userTagCountMax |
Maximum number of Tags per account