VIEWFLAGS
View flags.
| Name | Description | Type | 
|---|---|---|
all | Specifies all flags set; Including any future flags. | boolean | 
indexed | Materialized/indexed view. | boolean | 
incompatible_with_full_text_search | The search conditions of the view definition (excluding the grouping levels) are not compatible with full-text search. | boolean | 
sort_across_all_pages_disabled | Sorting search results is disabled. | boolean | 
Example
{
  "all": false,
  "indexed": false,
  "incompatible_with_full_text_search": false,
  "sort_across_all_pages_disabled": false
}