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

Download Open API Spec

ColumnSingleValueQueryFilter

org.sagebionetworks.repo.model.table.ColumnSingleValueQueryFilter

A filter using a single value against a column. Values within the values list have an OR relationship

Field Type Description
concreteType STRING
isDefiningCondition BOOLEAN When null (default) or false, this condition will be applied to WHERE clause of table/view query. When set to true, for a query against a VirtualTable, this condition will be applied to the WHERE clause of the VirtualTable's definingSQL.
values ARRAY<STRING> Values to be used with the filter.
columnName STRING name of the column to filter
operator ColumnSingleValueFilterOperator Determines the filter operation to perform