ENUM

ArchivalEntityQueryFilterField

Description

Filter for Archival Entities list Query.

link GraphQL Schema definition

  • enum ArchivalEntityQueryFilterField {
  • # Unused default value.
  • FILTER_FIELD_UNSPECIFIED
  • # Filter the RCV archival entity by location redundancy.
  • LOCATION_REDUNDANCY
  • # Filter by the location tier of the RCV archival entity.
  • LOCATION_TIER
  • # Filter by the location type of the archival entity.
  • LOCATION_TYPE
  • # Filter by the name of the archival entity.
  • NAME
  • # Filter the RCV archival entity by its redundancy conversion status.
  • REDUNDANCY_CONVERSION_STATUS
  • # Filter by the region of the archival entity.
  • REGION
  • # Filter by the availability status of the archival entity.
  • STATUS
  • # Filter by the use case type of the archival entity.
  • USE_CASE_TYPE
  • }