ENUM

FileCountType

Description

File count type.

link GraphQL Schema definition

  • enum FileCountType {
  • # Any file count type.
  • ANY
  • # Files with hits count type.
  • HITS
  • # Open access files count type.
  • OPEN_ACCESS
  • # Open access files with hits count type.
  • OPEN_ACCESS_HITS
  • # Stale files count type.
  • STALE
  • # Stale files with hits count type.
  • STALE_HITS
  • # Unused files with hits count type.
  • UNUSED_HITS
  • }