An attribute of the file that a query can be sorted upon.
| public static final SortableMetadataField<Date> | CREATED_DATE | The date when the item was created. |
| public static final SortableMetadataField<Date> | LAST_VIEWED_BY_ME | The date this resource was most recently viewed by the user. |
| public static final SortableMetadataField<Date> | MODIFIED_BY_ME_DATE | The date when the item was most recently modified by the user. |
| public static final SortableMetadataField<Date> | MODIFIED_DATE | The date when the item was most recently modified. |
| public static final SortableMetadataField<Long> | QUOTA_USED | The Drive quota used by the file. |
| public static final SortableMetadataField<Date> | SHARED_WITH_ME_DATE | The date this resource was shared with the user. |
| public static final SortableMetadataField<String> | TITLE | The title of the item. |
The date when the item was created.
The date this resource was most recently viewed by the user.
The date when the item was most recently modified by the user.
The date when the item was most recently modified.
The Drive quota used by the file.
The date this resource was shared with the user.
The title of the item.