Filesystem Definition
Defines a filesystem
Settings
| Name | Type | Description | 
|---|---|---|
| Type | string | Determines the filesystem type. Depending on type, additional type-specific configuration settings are shown. | 
Evaluation
This expression evaluates to a dict of the form:
{
  :type string,
  :storage dict
}
The supplied values are consistent with the semantics of steps supporting filesystem operations.
Test Definition
You can test the definition from the context menu.
