Kaltura API

KalturaCompareMetadataCondition
Properties
KalturaObjectBase Inherited from KalturaObjectBase
Name Type Writable Restrictions Description
relatedObjects map of KalturaListResponse
KalturaCondition Inherited from KalturaCondition
Name Type Writable Restrictions Description
type KalturaConditionType The type of the access control condition
description string V
not bool V
KalturaCompareCondition Inherited from KalturaCompareCondition
Name Type Writable Restrictions Description
value KalturaIntegerValue V Value to evaluate against the field and operator
comparison KalturaSearchConditionComparison V Comparing operator
KalturaCompareMetadataCondition
Name Type Writable Restrictions Description
xPath string V May 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
profileId int V Metadata profile id
profileSystemName string V Metadata profile system name