RetentionVolume Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The retention details of the MT.
public class RetentionVolume
type RetentionVolume = class
Public Class RetentionVolume
- Inheritance
-
RetentionVolume
Constructors
RetentionVolume() |
Initializes a new instance of the RetentionVolume class. |
RetentionVolume(String, Nullable<Int64>, Nullable<Int64>, Nullable<Int32>) |
Initializes a new instance of the RetentionVolume class. |
Properties
CapacityInBytes |
Gets or sets the volume capacity. |
FreeSpaceInBytes |
Gets or sets the free space available in this volume. |
ThresholdPercentage |
Gets or sets the threshold percentage. |
VolumeName |
Gets or sets the volume name. |