poolUsedCapacityBytes property

String? poolUsedCapacityBytes
getter/setter pair

Space used by data stored in disks within the storage pool (in bytes).

This will reflect the total number of bytes written to the disks in the pool, in contrast to the capacity of those disks.

Output only.

Implementation

core.String? poolUsedCapacityBytes;