ENUM

MatchedFilesSortByFields

Description

Fields to matched files.

link GraphQL Schema definition

  • enum MatchedFilesSortByFields {
  • # Date of the earliest matched snapshot.
  • EARLIEST_MATCHED_SNAPSHOT
  • # File Name.
  • FILE_NAME
  • # Date of the latest matched snapshot.
  • LATEST_MATCHED_SNAPSHOT
  • # Date of the latest snapshot without the match.
  • LATEST_UNMATCHED_SNAPSHOT
  • # Total number of matched snapshots.
  • MATCHED_SNAPSHOTS
  • }