FilesystemExporter
Serializer for FilesystemExporters.
Properties
Name | Type | Description | Notes |
---|---|---|---|
name | str | Unique name of the file system exporter. | |
path | str | File system location to export to. | |
method | MethodEnum | Method of exporting * `write` - Export by writing * `hardlink` - Export by hardlinking * `symlink` - Export by symlinking | [optional] |