EXPRESSIONEXFLAGS
Extended expression flags.
Name | Description | Type |
---|---|---|
all | Specifies all flags set; Including any future flags. | boolean |
allow_empty_folders_for_missing_object_permissions | Ignores object ACLs for subfolders listing. | boolean |
incompatible_with_full_text_search | The search condition based on this expression is not compatible with full-text search. | boolean |
Example
{
"all": false,
"allow_empty_folders_for_missing_object_permissions": false,
"incompatible_with_full_text_search": false
}