Skip to main content

VIEWFLAGS

View flags.

NameDescriptionType
allSpecifies all flags set; Including any future flags.boolean
indexedMaterialized/indexed view.boolean
incompatible_with_full_text_searchThe search conditions of the view definition (excluding the grouping levels) are not compatible with full-text search.boolean
sort_across_all_pages_disabledSorting search results is disabled.boolean

Example

{
"all": false,
"indexed": false,
"incompatible_with_full_text_search": false,
"sort_across_all_pages_disabled": false
}