Comparison operator for the search condition. Supported values: eq (equals), ne / neq (not equals), gt (greater than), gte (greater than or equal), lt (less than), lte (less than or equal), like (contains substring), nlike (does not contain substring),
in (value in list), nin (value not in list), null (field is null), notnull (field is not null), notempty (field is not empty string), nullorempty (field is null or empty string), notnullandempty (field is not null and not empty string),
property_eq (matches a nested BlockaeroAssetProperty value), property_neq (does not match a nested BlockaeroAssetProperty value). Cannot be used with "and" or "or"."