QEverCloud  4.0.0
Unofficial Evernote Cloud API for Qt
Public Member Functions | Public Attributes | List of all members
qevercloud::NoteLimits Struct Reference

#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
 

Detailed Description

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.

Member Function Documentation

◆ operator!=()

bool qevercloud::NoteLimits::operator!= ( const NoteLimits other) const
inline

◆ operator==()

bool qevercloud::NoteLimits::operator== ( const NoteLimits other) const
inline

Member Data Documentation

◆ noteResourceCountMax

Optional< qint32 > qevercloud::NoteLimits::noteResourceCountMax

NOT DOCUMENTED

◆ noteSizeMax

Optional< qint64 > qevercloud::NoteLimits::noteSizeMax

NOT DOCUMENTED

◆ resourceSizeMax

Optional< qint64 > qevercloud::NoteLimits::resourceSizeMax

NOT DOCUMENTED

◆ uploaded

Optional< qint64 > qevercloud::NoteLimits::uploaded

NOT DOCUMENTED

◆ uploadLimit

Optional< qint64 > qevercloud::NoteLimits::uploadLimit

NOT DOCUMENTED