dip.io.storage.filesystem

The dip.io.storage.filesystem module implements filesystem based streaming storage.

FilesystemStorageFactory

class dip.io.storage.filesystem.FilesystemStorageFactory

Base class: Model

The FilesystemStorageFactory class is the factory for streaming storage based on a filesystem.

name = 'Filesystem'
The name of the storage.
__call__()

A new instance of the filesystem storage is created and returned.

Returns:a new instance of the filesystem storage.
valid_location(location)

Check if a location specified as a string is valid for this storage.

Parameter:location – is the location as a string.
Returns:True if the location is valid.

Table Of Contents

Previous topic

dip.io.storage

Next topic

dip.model

This Page