Services

General Objects

Filter Objects

Array Objects

Enums

String Enums Constants

Kaltura API

KalturaCompareMetadataCondition
Plugin
metadata
Properties
KalturaObject
Inherited from KalturaCondition
NameTypeWritableDescription
notboolV
typeKalturaConditionTypeThe type of the access control condition
Inherited from KalturaCompareCondition
NameTypeWritableDescription
comparisonKalturaSearchConditionComparisonVComparing operator
valueKalturaIntegerValueVValue to evaluate against the field and operator
KalturaCompareMetadataCondition
NameTypeWritableDescription
profileIdintVMetadata profile id
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