HotFolderFilterInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| active | HotFolderFilterActive | Whether the hot folder is currently active | |
| and | [HotFolderFilterInput!] | ||
| completedFolder | HotFolderFilterCompletedFolder | The name of the folder where completed files are moved | |
| connectionUri | HotFolderFilterConnectionUri | 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 | | createdAt | HotFolderFilterCreatedAt | | | | errorFolder | HotFolderFilterErrorFolder | | The name of the folder where failed files are moved | | function | FunctionFilterInput | | The function to execute when a file is processed | | functionId | HotFolderFilterFunctionId | | | | handle | HotFolderFilterHandle | | A unique, script-friendly name for the hot folder | | id | HotFolderFilterId | | | | mode | HotFolderFilterMode | | The operating mode to connect to the hot folder | | network | NetworkFilterInput | | The network to connect to this hot folder | | networkId | HotFolderFilterNetworkId | | | | not | [HotFolderFilterInput!] | | | | or | [HotFolderFilterInput!] | | | | processingFolder | HotFolderFilterProcessingFolder | | The name of the folder where files are moved during processing | | updatedAt | HotFolderFilterUpdatedAt | | |