Camel.FolderQuotaInfo¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
name |
r/w |
name, aka identification, of the quota type |
|
next |
r/w |
a reference to a follwing |
|
total |
r/w |
what is the maximum quota to use |
|
used |
r/w |
how many bytes is currently in use |
Methods¶
class |
|
|
|
|
Details¶
- class Camel.FolderQuotaInfo¶
New in version 2.24.
- classmethod new(name, used, total)¶
- Parameters:
- Returns:
newly allocated
Camel.FolderQuotaInfo
structure with initialized values based on the parameters, with next member set toNone
.- Return type:
New in version 2.24.
- clone()¶
- Return type:
Makes a copy of the given info and all next-s.
New in version 2.24.
- free()¶
Frees this and all next objects.
New in version 2.24.