The following are constructors for SearchContext.
public SearchContext(List<DataSource.Table> metadata, Integer offset, Integer maxResults, List<DataSource.TableSelection> tableSelections, String searchPhrase)
The following are properties for SearchContext.
public String searchPhrase {get; set;}
Type: String
public List<DataSource.TableSelection> tableSelections {get; set;}
Type: List<DataSource.TableSelection>