Name |
Type |
Writable |
Restrictions |
Description |
fieldName |
string |
V |
|
A value taken from a connector field enum which associates the current configuration to that connector field
Field enum class should be returned by the provider's getFieldEnumClass function. |
userFriendlyFieldName |
string |
V |
|
A string that will be shown to the user as the field name in error messages related to the current field |
entryMrssXslt |
string |
V |
|
An XSLT string that extracts the right value from the Kaltura entry MRSS XML.
The value of the current connector field will be the one that is returned from transforming the Kaltura entry MRSS XML using this XSLT string. |
isRequired |
KalturaDistributionFieldRequiredStatus |
V |
|
Is the field required to have a value for submission ? |
type |
string |
V |
|
|
updateOnChange |
bool |
V |
|
Trigger distribution update when this field changes or not ? |
updateParams |
array of KalturaString |
V |
|
Entry column or metadata xpath that should trigger an update |
isDefault |
bool |
|
|
Is this field config is the default for the distribution provider? |
triggerDeleteOnError |
bool |
V |
|
Is an error on this field going to trigger deletion of distributed content? |