Class VssDiffVolumeProperties
The VssDiffVolumeProperties structure describes a shadow copy storage area volume.
Inherited Members
Namespace: Alphaleonis.Win32.Vss
Assembly: AlphaVSS.Common.dll
Syntax
[Serializable]
public class VssDiffVolumeProperties
Constructors
| Improve this Doc View SourceVssDiffVolumeProperties(String, String, Int64, Int64)
Initializes a new instance of the VssDiffVolumeProperties class.
Declaration
public VssDiffVolumeProperties(string volumeName, string volumeDisplayName, long volumeFreeSpace, long volumeTotalSpace)
Parameters
Type | Name | Description |
---|---|---|
String | volumeName | Name of the volume. |
String | volumeDisplayName | Display name of the volume. |
Int64 | volumeFreeSpace | The volume free space. |
Int64 | volumeTotalSpace | The volume total space. |
Properties
| Improve this Doc View SourceVolumeDisplayName
Gets a string that can be displayed to a user, for example
C:</code>, for the shadow copy storage area volume.
Declaration
public string VolumeDisplayName { get; }
Property Value
Type | Description |
---|---|
String | A string that can be displayed to a user, for example
|
VolumeFreeSpace
Gets the free space, in bytes, on the shadow copy storage area volume.
Declaration
public long VolumeFreeSpace { get; }
Property Value
Type | Description |
---|---|
Int64 | The free space, in bytes, on the shadow copy storage area volume. |
VolumeName
Gets the shadow copy storage area volume name, in
\?\Volume{GUID}</code> format.
Declaration
public string VolumeName { get; }
Property Value
Type | Description |
---|---|
String | The shadow copy storage area volume name, in
|
VolumeTotalSpace
Gets the total space, in bytes, on the shadow copy storage area volume.
Declaration
public long VolumeTotalSpace { get; }
Property Value
Type | Description |
---|---|
Int64 | The total space, in bytes, on the shadow copy storage area volume.. |