Camel.StoreInfo¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| flags | int | r/w | |
| path | str | r/w | |
| refcount | int | r/w | |
| total | int | r/w | |
| unread | int | r/w | 
Methods¶
| class | name(summary, info) | 
| class | set_string(summary, info, type, value) | 
Details¶
- 
class Camel.StoreInfo¶
- 
classmethod name(summary, info)¶
- Parameters: - summary (Camel.StoreSummary) – aCamel.StoreSummary
- info (Camel.StoreInfo) – aCamel.StoreInfo
 - Returns: - the last segment of the path string from info - Return type: - Returns the last segment of the path string from info. 
- summary (
 - 
classmethod set_string(summary, info, type, value)¶
- Parameters: - summary (Camel.StoreSummary) – aCamel.StoreSummaryobject
- info (Camel.StoreInfo) – aCamel.StoreInfo
- type (int) – specific string being set
- value (str) – string value to set
 - Set a specific string on the info. 
- summary (
 
- 
classmethod