All Classes Namespaces Files Functions Variables Groups
kerio::jsonapi::webmail::session::QuotaInfo Struct Reference

import "Session.idl";

Public Attributes

long messagesLimit
 Maximum number of messages that current user is allowed to have, value 0 means user has no limit.
long messagesUsed
 Number of messages that curent user has.
longlong spaceLimit
 Maximum amount of space [Bytes] reserved for current user, value 0 means user has no limit.
longlong spaceUsed
 Amount of space [Bytes] consumed by current user.
long percentLimitForWarning
 Value in percent that user has to exceed to be warned.

Detailed Description

Stores user's quota info

Member Data Documentation

long kerio::jsonapi::webmail::session::QuotaInfo::messagesLimit

Maximum number of messages that current user is allowed to have, value 0 means user has no limit.

long kerio::jsonapi::webmail::session::QuotaInfo::messagesUsed

Number of messages that curent user has.

long kerio::jsonapi::webmail::session::QuotaInfo::percentLimitForWarning

Value in percent that user has to exceed to be warned.

longlong kerio::jsonapi::webmail::session::QuotaInfo::spaceLimit

Maximum amount of space [Bytes] reserved for current user, value 0 means user has no limit.

longlong kerio::jsonapi::webmail::session::QuotaInfo::spaceUsed

Amount of space [Bytes] consumed by current user.


The documentation for this struct was generated from the following file: