MftInboxConvention
Defined in: src/mft/conventions.ts:24
Inbox layout convention.
Properties
Section titled “Properties”| Property | Type | Description | Defined in |
|---|---|---|---|
basePath | string | Base inbox directory where files arrive. | src/mft/conventions.ts:28 |
failedSubdir? | string | Subdirectory for failed files. Defaults to "failed". | src/mft/conventions.ts:32 |
filter? | MftRouteFilter | Filter applied to entries discovered under the base path. | src/mft/conventions.ts:34 |
processedSubdir? | string | Subdirectory for processed files. Defaults to "processed". | src/mft/conventions.ts:30 |
profile | ConnectionProfile | Profile used to connect to the inbox provider. | src/mft/conventions.ts:26 |