com.google.android.gms.drive.metadata
Stay organized with collections
Save and categorize content based on your preferences.
Interfaces
Classes
CustomPropertyKey
|
The key to a Custom File Property key-value pair
that can be serialized in a Parcel . |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eMetadataField\u003c/code\u003e interface serves as the foundation for searchable and sortable metadata fields within Google Drive.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSearchableMetadataField\u003c/code\u003e enables filtering file query results, while \u003ccode\u003eSortableMetadataField\u003c/code\u003e allows sorting them.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSearchableCollectionMetadataField\u003c/code\u003e is designed for metadata fields containing collections of values.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSearchableOrderedMetadataField\u003c/code\u003e handles ordered values like dates and facilitates range-based queries.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCustomPropertyKey\u003c/code\u003e represents the key in a key-value pair for custom file properties, enabling serialization.\u003c/p\u003e\n"]]],["The core content describes interfaces and a class related to metadata within a file system. `MetadataField` serves as a base for `SearchableMetadataField` and `SortableMetadataField`. `SearchableCollectionMetadataField` manages fields containing multiple values. `SearchableMetadataField` filters query results, while `SearchableOrderedMetadataField` supports range queries on ordered data. `SortableMetadataField` allows sorting query results. `CustomPropertyKey` represents a key for custom, serializable file property key-value pairs.\n"],null,[]]