QEverCloud
4.0.0
Unofficial Evernote Cloud API for Qt
|
#include <types.h>
Public Member Functions | |
bool | operator== (const NoteLimits &other) const |
bool | operator!= (const NoteLimits &other) const |
Public Attributes | |
Optional< qint32 > | noteResourceCountMax |
Optional< qint64 > | uploadLimit |
Optional< qint64 > | resourceSizeMax |
Optional< qint64 > | noteSizeMax |
Optional< qint64 > | uploaded |
Represents the owner's account related limits on a Note. The field uploaded represents the total number of bytes that have been uploaded to this account and is taken from the SyncState struct. All other fields represent account related limits and are taken from the AccountLimits struct.
See SyncState and AccountLimits struct field definitions for more details.
|
inline |
|
inline |
Optional< qint32 > qevercloud::NoteLimits::noteResourceCountMax |
NOT DOCUMENTED
Optional< qint64 > qevercloud::NoteLimits::noteSizeMax |
NOT DOCUMENTED
Optional< qint64 > qevercloud::NoteLimits::resourceSizeMax |
NOT DOCUMENTED
Optional< qint64 > qevercloud::NoteLimits::uploaded |
NOT DOCUMENTED
Optional< qint64 > qevercloud::NoteLimits::uploadLimit |
NOT DOCUMENTED