File System Provider
Interface to provide a filesystem using different parameters without explicit dependency to an implementation
Functions
Link copied to clipboard
Creates a FileSystem with the given parameters. An implementation may reuse the created filesystem if possible.
Link copied to clipboard
Returns a list of parameters for the creation of a FileSystem. A FileSystem may require none or only optional parameters.
Link copied to clipboard
Returns the scheme of the FileSystem. The scheme must be a unique string to distinguish between the providers.