Services

General Objects

Filter Objects

Array Objects

Enums

String Enums Constants

Kaltura API

KalturaCompareMetadataCondition
Plugin
metadata
Properties
KalturaObject
Inherited from KalturaCondition
NameTypeWritableRestrictionsDescription
descriptionstringV
notboolV
typeKalturaConditionTypeThe type of the access control condition
Inherited from KalturaCompareCondition
NameTypeWritableRestrictionsDescription
comparisonKalturaSearchConditionComparisonVComparing operator
valueKalturaIntegerValueVValue to evaluate against the field and operator
KalturaCompareMetadataCondition
NameTypeWritableRestrictionsDescription
profileIdintVMetadata profile id
profileSystemNamestringVMetadata profile system name
xPathstringVMay contain the full xpath to the field in three formats
1. Slashed xPath, e.g. /metadata/myElementName
2. Using local-name function, e.g. /[local-name()='metadata']/[local-name()='myElementName']
3. Using only the field name, e.g. myElementName, it will be searched as //myElementName