ENUM

ArchivalLocationOperationType

Description

Operation type for which we are polling.

link GraphQL Schema definition

  • enum ArchivalLocationOperationType {
  • # Create or edit.
  • CREATE_EDIT
  • # Delete.
  • DELETE
  • # Type of operation is unspecified.
  • OPERATION_UNSPECIFIED
  • # Promote to owner.
  • PROMOTE_TO_OWNER
  • # Refresh reader location.
  • READER_REFRESH
  • }