kMDQueryUpdateAddedItems

Static kMDQueryUpdateAddedItems 

Source
pub unsafe static kMDQueryUpdateAddedItems: Option<&'static CFString>
Available on crate feature MDQuery only.
Expand description

The name of the key in a query notification’s info dictionary which identifies the list of added results. A result is added if the file contents or some metadata attribute of it is changed, and it now matches the query. Result objects are created for the newly added results, to be put in the list.

See also Apple’s documentation