public interface SnapshotVersion
Modifier and Type | Method and Description |
---|---|
boolean |
appConsistent()
Specifies if an app-consistent snapshot was captured.
|
long |
attemptNumber()
Specifies the number of the attempts made by the VCloudProtectionJob Run to
capture a snapshot of the object.
|
BackupRunUid |
backupRunUid()
Specifies the id of the backup run.
|
long |
deltaSizeBytes()
Specifies the size of the data captured from the source object.
|
boolean |
fullBackup()
Specifies if the snapshot is a full backup.
|
long |
logicalSizeBytes()
Specifies the size of the snapshot if the data is fully hydrated or
expanded and not reduced by change-block tracking, compression and
deduplication.
|
long |
physicalSizeBytes()
Specifies the amount of data actually used on the disk to store this object
after being reduced by change-block tracking, compression and
deduplication.
|
long |
primaryPhysicalSizeBytes()
Specifies the total amount of disk space used to store this object on the
primary storage.
|
Instant |
startTime()
The time that the snapshot was captured.
|
Instant startTime()
long attemptNumber()
long deltaSizeBytes()
boolean appConsistent()
boolean fullBackup()
BackupRunUid backupRunUid()
long logicalSizeBytes()
long physicalSizeBytes()
long primaryPhysicalSizeBytes()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.