ENUM

UnmappingValidationType

Description

The validation type to use to check if archival location unmapping is allowed.

link GraphQL Schema definition

  • enum UnmappingValidationType {
  • # Check if relevant Account Setting Table has been set.
  • AST
  • # Check if storage account is empty.
  • EMPTY_STORAGE_ACCOUNT
  • }