The Open API specification for Synapse is now available for download!

Download Open API Spec

ColumnSingleValueFilterOperator

org.sagebionetworks.repo.model.table.ColumnSingleValueFilterOperator

Determines the filter operation to perform

Enumeration
name description
LIKE The LIKE operation. Use wildcard '%' in value string for prefix/suffix matching. Multiple values will be joined in an OR relationship.
EQUAL The EQUAL operation.
IN The IN operation.