RetentionVolume interface
The retention details of the MT.
Properties
| capacity |
The volume capacity. |
| free |
The free space available in this volume. |
| threshold |
The threshold percentage. |
| volume |
The volume name. |
Property Details
capacityInBytes
The volume capacity.
capacityInBytes?: number
Property Value
number
freeSpaceInBytes
The free space available in this volume.
freeSpaceInBytes?: number
Property Value
number
thresholdPercentage
The threshold percentage.
thresholdPercentage?: number
Property Value
number
volumeName
The volume name.
volumeName?: string
Property Value
string