Contents

SovCondition

The list of condition objects that allow users to filter a list of records.

Declaration

object SovCondition

Properties

NameTypeDescription
fieldstring

A list of field names to return within each record.

operatorstring

The operator values compare attributes to a list of specified values.

The IN operator matches any value in a list of specified values.

values[string]

A list of matching values.

Discussion

The Condition object functionality is similar to the WHERE clause in SQL.

See Also

Impression Share Report Request and Response Objects