When getting a size related attribute via dataset.GetProperty because is not a field of the dataset struct (e.g. refquota), it is returned with K, M, `G suffix. Bytes would probably be preferable in most cases and you could still convert them afterwards if you wanted to.
When getting a size related attribute via
dataset.GetProperty
because is not a field of thedataset
struct (e.g.refquota
), it is returned withK
,M
, `G suffix. Bytes would probably be preferable in most cases and you could still convert them afterwards if you wanted to.