CreateFolderInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| active | Boolean | Whether the folder is currently active. If not active, the folder cannot be read from or written to | |
| connectionUri | String! | A connection string that specifies how to connect to the folder. The format of the string depends on how the | |
| folder is accessible - for example an SMB share, an FTP server, or a local file system. |
This connection string must match the operating mode of the folder, for example, if the mode is set to SMB, the connection string must be in the format of an SMB URI.
This value is stored encrypted in the database.
Examples:
- SMB: smb://username:password@server/share
- FTP: ftp://username:password@server/path
- Local: file:///path/to/folder | | handle |
String! | | A unique, script-friendly name for the folder | | mode | FolderMode | | The operating mode of the folder | | networkId |ID! | | | | operatingMode | FolderOperatingMode | | The operating mode of the folder |