SystemFieldCondition systemfieldcondition
A system field search condition for the searchAssets operation.
For unary compares, pass exactly one value ( boolVal, longVal, doubleVal, or dateVal) depending on the system field type. For search ranges, pass min<Type> and max<Type> parameters and pass an op value of Between or NotBetween.
Parameters section-2fc9bea56b6d4b72b80d4f04c5f9b862
Name
Type
Description
field
xsd:stringChoice of Asset Search System Fields.
op
xsd:stringChoice of String Comparison Operators.
value
xsd:stringValue to test against.
boolVal
xsd:booleanBoolean comparison value.
longVal
xsd:longLong comparison value.
minLong
xsd:longLower boundary of long range.
maxLong
xsd:longUpper boundary of long range.
doubleVal
xsd:doubleDouble comparison value.
minDouble
xsd:doubleLower boundary of double range.
maxDouble
xsd:doubleUpper boundary of double range.
dateVal
xsd:dateTimeDate comparison value.
minDate
xsd:dateTimeDate range minium.
maxDate
xsd:dateTimeDate range maximum.
Example section-347d4aabfff44530adba03d1dc0b9968
<systemFieldConditionArray>
<items>
<field>LastModified</field>
<op>Between</op>
<minDate>2007-08-01T00:00:00</minDate>
<maxDate>2007-12-01T00:00:00</maxDate>
</items>
</systemFieldConditionArray>
recommendation-more-help
4e9b9d8c-5839-4215-aa35-01b652869681