VssDiffAreaProperties Constructor |
Namespace: Alphaleonis.Win32.VssAssembly: AlphaVSS.Common (in AlphaVSS.Common.dll) Version: 1.3.0.0 (1.3.0.0)
Syntaxpublic VssDiffAreaProperties(
string volumeName,
string diffAreaVolumeName,
long maximumDiffSpace,
long allocatedDiffSpace,
long usedDiffSpace
)
Public Sub New (
volumeName As String,
diffAreaVolumeName As String,
maximumDiffSpace As Long,
allocatedDiffSpace As Long,
usedDiffSpace As Long
)
public:
VssDiffAreaProperties(
String^ volumeName,
String^ diffAreaVolumeName,
long long maximumDiffSpace,
long long allocatedDiffSpace,
long long usedDiffSpace
)
Parameters
- volumeName
- Type: SystemString
Name of the volume. - diffAreaVolumeName
- Type: SystemString
Name of the diff area volume. - maximumDiffSpace
- Type: SystemInt64
The maximum diff space. - allocatedDiffSpace
- Type: SystemInt64
The allocated diff space. - usedDiffSpace
- Type: SystemInt64
The used diff space.
See Also