|
|
shutdown(self)
Shutdown the underlying storage connections |
source code
|
|
|
object
|
|
|
StorageResourceInfo or subclass
|
info(self,
collection_name,
resource_name)
Returns an object allowing an access to the resource within the
storage. |
source code
|
|
|
object
|
|
|
string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
persist(self,
*args,
**kwargs)
Persists the operations made |
source code
|
|
|
bool
|
exists(self,
info)
Checks whether or not info.key is valid for the
storage |
source code
|
|
|
dict
|
ls(self,
collection_name_or_id,
ext=None)
Returns existing members as a dictionnary of the form
members[resource_name] = StorageResourceInfo instance. |
source code
|
|
|
tuple
|
ils(self,
collection_name_or_id,
ext=None)
Yields existing members as a tuple of the form
(resource_name, StorageResourceInfo instance) |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__init__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|