KalturaDropFolderContentFileHandlerConfig |
Properties |
Inherited from KalturaObjectBase
|
|
|
KalturaDropFolderContentFileHandlerConfig |
Name |
Type |
Writable |
Restrictions |
Description |
contentMatchPolicy |
KalturaDropFolderContentFileHandlerMatchPolicy |
V |
|
|
slugRegex |
string |
V |
|
Regular expression that defines valid file names to be handled.
The following might be extracted from the file name and used if defined:
- (?P\w+) - will be used as the drop folder file's parsed slug.
- (?P\w+) - will be used as the drop folder file's parsed flavor. |
|