Class VolumeShadowCopyConfiguration
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the shadow copy configuration assigned to a single volume. This applies only to volumes on Windows server operating systems.
public class VolumeShadowCopyConfiguration : BypassSection
- Inheritance
-
VolumeShadowCopyConfiguration
- Inherited Members
Constructors
VolumeShadowCopyConfiguration()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VolumeShadowCopyConfiguration class.
public VolumeShadowCopyConfiguration()
Properties
AllocatedSpace
Gets or sets the space allocated for shadow copy storage at the time of the scan in bytes.
public ulong AllocatedSpace { get; set; }
Property Value
AllocatedSpaceString
Gets the space allocated for shadow copy storage at the time of the scan.
public string AllocatedSpaceString { get; }
Property Value
Enabled
Gets or sets whether shadow copies are enabled for the specified volume.
public BooleanOption Enabled { get; set; }
Property Value
MaxSpace
Gets or sets the maximum space to use for shadow copy storage in bytes.
public ulong MaxSpace { get; set; }
Property Value
MaxSpaceString
Gets the maximum space to use for shadow copy storage as a human readable string.
public string MaxSpaceString { get; }
Property Value
ShadowCopies
Gets or sets the shadow copies created for this volume.
public VolumeShadowCopyCollection ShadowCopies { get; set; }
Property Value
StorageVolume
Gets or sets the volume used for shadow copy storage.
public string StorageVolume { get; set; }
Property Value
UsedSpace
Gets or sets the space used for shadow copy storage at the time of the scan in bytes.
public ulong UsedSpace { get; set; }
Property Value
UsedSpaceString
Gets the space used for shadow copy storage at the time of the scan.
public string UsedSpaceString { get; }
Property Value
Methods
ToString()
Returns the shadow copy configuration for a given volume in a hunan readable format.
public override string ToString()
Returns
- string
The shadow copy configuration for a given volume in a hunan readable format.