ENUM
FileResultSortBy
Description
Parameter for sorting file results.
link GraphQL Schema definition
- enum FileResultSortBy {
- # Sort by creation time.
- # Sort by number of hits for a data category.
- # Sort by number of hits for a data type.
- # Sort by number of files for PUBLIC, EXPLICIT, and NOT_OPEN access types.
- # Sort by number of hits by sensitivity.
- # Sort by last modified time.
- # Sort by last scan time.
- # Sort by total sensitive hits.
- }