Kaltura API

KalturaDropFolderContentFileHandlerConfig
Properties
KalturaObjectBase Inherited from KalturaObjectBase
Name Type Writable Restrictions Description
relatedObjects map of KalturaListResponse
KalturaDropFolderFileHandlerConfig Inherited from KalturaDropFolderFileHandlerConfig
Name Type Writable Restrictions Description
handlerType KalturaDropFolderFileHandlerType
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.