AI-generated Key Takeaways
-
MetadataField is the base interface for SearchableMetadataField and SortableMetadataField interfaces.
-
SearchableMetadataField is an interface for metadata fields that can be used to filter results in file queries.
-
SortableMetadataField is an interface for metadata fields that can be used to sort results of file queries.
-
CustomPropertyKey represents the key in a Custom File Property key-value pair.
Interfaces
| MetadataField<T> | Base interface for the
SearchableMetadataField and SortableMetadataField
interfaces. |
| SearchableCollectionMetadataField<T> | Interface for metadata fields which hold a collection of values. |
| SearchableMetadataField<T> | Interface for metadata fields that can be used to filter results as part of file queries. |
| SearchableOrderedMetadataField<T> | Interface for metadata fields which holds an ordered value (such as a date) and which can be used for range queries. |
| SortableMetadataField<T> | Interface for metadata fields that can be used to sort results of the file queries. |
Classes
| CustomPropertyKey | The key to a Custom File Property key-value pair
that can be serialized in a Parcel. |