Camel.FolderQuotaInfo¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| name | str | r/w | name, aka identification, of the quota type | 
| next | object | r/w | a reference to a follwing Camel.FolderQuotaInfo | 
| total | int | r/w | what is the maximum quota to use | 
| used | int | r/w | how many bytes is currently in use | 
Details¶
- 
class Camel.FolderQuotaInfo¶
- New in version 2.24. - 
classmethod new(name, used, total)¶
- Parameters: - Returns: - newly allocated - Camel.FolderQuotaInfostructure with initialized values based on the parameters, with next member set to- None.- Return type: - New in version 2.24. 
 - 
clone()¶
- Return type: - Camel.FolderQuotaInfo- 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. 
 
- 
classmethod