Unknown desired size unit

The desired size is using an unsupported unit.

How to fix

Problem examples:

{
  "desiredSize": "500MG"        // Invalid - should be MB
}
{
  "desiredSize": "2PB"          // Invalid - PB not supported
}

Ensure that the unit used by the desired size is one of the supported units:

  • Percentage: %
  • Size: B, KB, MG, GB, TB



This documentation contains proprietary information and is protected by copyright law.
Copyright © 2026 Red Gate Software Limited. All rights reserved


Didn't find what you were looking for?