ENUM

ArchivalLocationQuerySortByField

Description

Archival locations sort fields.

link GraphQL Schema definition

  • enum ArchivalLocationQuerySortByField {
  • # Name of the mapping the storage archival is part of.
  • ARCHIVAL_GROUP_NAME
  • # Name of the cluster.
  • CLUSTER_NAME
  • # Number of failed tasks.
  • FAILED_TASKS
  • # Immutability days configured.
  • IMMUTABILITY_DAYS
  • # Location type or provider.
  • LOCATION_TYPE
  • # Name of the archival location.
  • NAME
  • # Number of running tasks.
  • RUNNING_TASKS
  • # Availability status.
  • STATUS
  • # Storage bytes used.
  • STORAGE_CONSUMED_BYTES
  • }

link Require by