Home > @infiniteobjects/shopify-data-manager > AdminTypes > FileSortKeys
The set of valid sort keys for the File query.
Signature:
export declare enum FileSortKeys
Member | Value | Description |
---|---|---|
CreatedAt | "CREATED_AT" |
Sort by the created_at value. |
Filename | "FILENAME" |
Sort by the filename value. |
Id | "ID" |
Sort by the id value. |
OriginalUploadSize | "ORIGINAL_UPLOAD_SIZE" |
Sort by the original_upload_size value. |
Relevance | "RELEVANCE" |
Sort by relevance to the search terms when the query parameter is specified on the connection. Don’t use this sort key when no search query is specified. |
UpdatedAt | "UPDATED_AT" |
Sort by the updated_at value. |