PROPERTYDEFFLAGS
Property definition flags (bitfields).
Name | Description | Type |
---|---|---|
all | Specifies all flags set; Including any future flags. | boolean |
can_use_in_search | Are objects searchable by this property? | boolean |
can_use_in_history_search | Are history versions of objects searchable by this property? | boolean |
show_only_filtered_values | Should only the values matching the property filter be shown on the metadata card? | boolean |
Example
{
"all": false,
"can_use_in_search": false,
"can_use_in_history_search": false,
"show_only_filtered_values": false
}