Services

General Objects

Filter Objects

Array Objects

Enums

String Enums Constants

Kaltura API

KalturaDropFolderContentFileHandlerConfig
Plugin
dropFolder
Properties
KalturaObject
Inherited from KalturaDropFolderFileHandlerConfig
NameTypeWritableDescription
handlerTypeKalturaDropFolderFileHandlerType
KalturaDropFolderContentFileHandlerConfig
NameTypeWritableDescription
contentMatchPolicyKalturaDropFolderContentFileHandlerMatchPolicyV
slugRegexstringVRegular 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.