ENUM

ReaderRetrievalMethod

Description

Retrieval method for reader archival locations.

link GraphQL Schema definition

  • enum ReaderRetrievalMethod {
  • # Retrieval method that lists workloads as well as snapshots of each workload.
  • OBJECT_LIST_AND_DETAILS
  • # Retrieval method that lists only workloads.
  • OBJECT_LIST_ONLY
  • # Unknown retrieval method.
  • UNKNOWN_RETRIEVAL_METHOD
  • }

link Require by