MetadataField

  • MetadataField is the base interface for SearchableMetadataField and SortableMetadataField interfaces.

  • SearchableCollectionMetadataField is for metadata fields holding collections of values.

  • SearchableMetadataField is for metadata fields that can filter results in file queries.

  • SearchableOrderedMetadataField is for metadata fields with ordered values usable in range queries.

  • SortableMetadataField is for metadata fields that can sort results of file queries.

public interfaceMetadataField
Known Indirect Subclasses
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. 

Base interface for theSearchableMetadataField andSortableMetadataField interfaces.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-10-31 UTC.