Package version:

The retention details of the MT.

interface RetentionVolume {
    capacityInBytes?: number;
    freeSpaceInBytes?: number;
    thresholdPercentage?: number;
    volumeName?: string;
}

Properties

capacityInBytes?: number

The volume capacity.

freeSpaceInBytes?: number

The free space available in this volume.

thresholdPercentage?: number

The threshold percentage.

volumeName?: string

The volume name.