Win32_ShadowStorage class
The Win32_ShadowStorage class represents the association between a volume for which a shadow copy is made, and a volume to which differential data is written.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties. Properties and methods are in alphabetic order, not MOF order.
Syntax
class Win32_ShadowStorage
{
uint64 AllocatedSpace;
Win32_Volume REF DiffVolume;
uint64 MaxSpace;
uint64 UsedSpace;
Win32_Volume REF Volume;
};
Members
The Win32_ShadowStorage class has these types of members:
Methods
The Win32_ShadowStorage class has these methods.
| Method | Description |
|---|---|
| Create |
Creates a differential area storage for the specified Volume. |
Properties
The Win32_ShadowStorage class has these properties.
- AllocatedSpace
-
- Data type: uint64
- Access type: Read-only
Allocated space on the differential area volume.
For more information about using uint64 values in scripts, see Scripting in WMI.
- DiffVolume
-
Reference to the differential volume.
- MaxSpace
-
- Data type: uint64
- Access type: Read/write
Maximum space on the differential area volume.
For more information about using uint64 values in scripts, see Scripting in WMI.
- UsedSpace
-
- Data type: uint64
- Access type: Read-only
Used space on the differential area volume.
For more information about using uint64 values in scripts, see Scripting in WMI.
- Volume
-
Reference to the original volume.
Examples
For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.
For C++ code examples, see WMI C++ Application Examples.
Requirements
|
Minimum supported client | None supported [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Namespace |
\root\CIMV2 |
|
MOF |
|
|
DLL |
|
See also
- Win32_ShadowProvider
- Win32_ShadowCopy
- Win32_ShadowContext
- Win32_ShadowBy
- Win32_ShadowFor
- Win32_ShadowOn
- Win32_ShadowVolumeSupport
- Win32_ShadowDiffVolumeSupport
Send comments about this topic to Microsoft
Build date: 11/19/2012