Directory File Store
Description | A directory in the file system |
---|---|
Type | file |
Category | File |
Configuration
Name | Description | Type | Mandatory | Comment |
---|---|---|---|---|
BasePath | The base path of the file store | string | TRUE |
CODE
{
"Name": "extract",
"Type": "file",
"HealthCheck": true,
"Config": {
"BasePath": "/mnt/stash/extracts/"
}
}