Camel.StoreInfo¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
flags |
r/w |
||
path |
r/w |
||
refcount |
r/w |
||
summary |
r/w |
||
total |
r/w |
||
unread |
r/w |
Methods¶
class |
|
class |
|
|
|
|
|
|
|
|
|
|
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.
Deprecated since version 3.46: Use
Camel.StoreInfo.get_name
() instead.
- classmethod set_string(summary, info, type, value)¶
- Parameters:
summary (
Camel.StoreSummary
) – aCamel.StoreSummary
objectinfo (
Camel.StoreInfo
) – aCamel.StoreInfo
type (
int
) – specific string being setvalue (
str
) – string value to set
Set a specific string on the info.
Deprecated since version 3.46: Use
Camel.StoreInfo.set_value
() instead.
- get_name()¶
- Returns:
the last segment of the path string from self
- Return type:
Returns the last segment of the path string from self.
New in version 3.46.
- get_path()¶
- Returns:
the path string from self
- Return type:
Returns the path string from self.
New in version 3.46.
- ref()¶
- Returns:
the self argument
- Return type:
Increase the reference count of self.
New in version 3.46.
- set_value(type, value)¶
-
Set a specific string on the self.
New in version 3.46.
- unref()¶
Unref and potentially free self, and all associated memory.
New in version 3.46.