VssSnapshotProperties Class |
Namespace: Alphaleonis.Win32.Vss
The VssSnapshotProperties type exposes the following members.
Name | Description | |
---|---|---|
![]() | VssSnapshotProperties |
Initializes a new instance of the VssSnapshotProperties class.
|
Name | Description | |
---|---|---|
![]() | CreationTimestamp | Time stamp indicating when the shadow copy was created. The exact time is determined by the provider. |
![]() | ExposedName | The name of the shadow copy when it is exposed. This is a drive letter or mount point (if the shadow copy is exposed as a local volume), or a share name. |
![]() | ExposedPath | The portion of the shadow copy of a volume made available if it is exposed as a share. |
![]() | OriginalVolumeName | The name of the volume that had been shadow copied. |
![]() | OriginatingMachine | The name of the machine containing the original volume. |
![]() | ProviderId | A Guid uniquely identifying the provider used to create this shadow copy. |
![]() | ServiceMachine | The name of the machine running the Volume Shadow Copy Service that created the shadow copy. |
![]() | SnapshotAttributes |
The attributes of the shadow copy expressed as a bit mask (or bitwise OR) of members of
the VssVolumeSnapshotAttributes enumeration.
|
![]() | SnapshotDeviceObject | The name of the device object for the shadow copy of the volume. The device object can be thought of as the root of a shadow copy of a volume. Requesters will use this device name when accessing files on a shadow-copied volume that it needs to work with. The device name does not contain a trailing "\". |
![]() | SnapshotId | A Guid uniquely identifying the shadow copy identifier. |
![]() | SnapshotsCount | Number of volumes included with the shadow copy in the shadow copy set when it was created. Because it is possible for applications to release individual shadow copies without releasing the shadow copy set, at any given time the number of shadow copies in the shadow copy set may be less than SnapshotsCount The maximum number of shadow-copied volumes permitted in a shadow copy set is 64. |
![]() | SnapshotSetId | A Guid uniquely identifying the shadow copy set containing the shadow copy. |
![]() | Status | Current shadow copy creation status. See VssSnapshotState. |