google.appengine.api.queueinfo.ParseTotalStorageLimit

Parses a string representing the storage bytes limit.

Optional limit suffixes are:

- `B` (bytes)
- `K` (kilobytes)
- `M` (megabytes)
- `G` (gigabytes)
- `T` (terabytes)

limit The string that specifies the storage bytes limit.

An integer that represents the storage limit in bytes.

MalformedQueueConfiguration If the limit argument isn't a valid Python double followed by an optional suffix.