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

Download Open API Spec

QueryFilter <INTERFACE>

org.sagebionetworks.repo.model.table.QueryFilter
Known Implementations:
ColumnMultiValueFunctionQueryFilterTextMatchesQueryFilterColumnSingleValueQueryFilter
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.