Camel.StoreInfo

Fields

Name

Type

Access

Description

flags

int

r/w

path

str

r/w

refcount

int

r/w

summary

Camel.StoreSummary

r/w

total

int

r/w

unread

int

r/w

Methods

class

name (summary, info)

class

set_string (summary, info, type, value)

get_name ()

get_path ()

ref ()

set_value (type, value)

unref ()

Details

class Camel.StoreInfo
classmethod name(summary, info)
Parameters:
Returns:

the last segment of the path string from info

Return type:

str

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:

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:

str

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:

str

Returns the path string from self.

New in version 3.46.

ref()
Returns:

the self argument

Return type:

Camel.StoreInfo

Increase the reference count of self.

New in version 3.46.

set_value(type, value)
Parameters:
  • type (int) – specific string being set

  • value (str) – string value to set

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.