Documentation index: llms.txt. This page is also available as markdown: append .md to this URL or send Accept: text/markdown.
SearchArrayFilterMode
How search array filter should capture provided array values
enum SearchArrayFilterMode {
ALL
ANY
}
Values
SearchArrayFilterMode.ALL
All values of the provided array must be present in the target array
SearchArrayFilterMode.ANY
At least one value of the provided array must be present in the target array
Member Of
GetTableQueriesScopeinput