The dip.io.storage.filesystem module implements filesystem based streaming storage.
Base class: Model
The FilesystemStorageFactory class is the factory for streaming storage based on a filesystem.
A new instance of the filesystem storage is created and returned.
Returns: | a new instance of the filesystem storage. |
---|
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. |