public interface FileSnapshotInfo
Modifier and Type | Method and Description |
---|---|
boolean |
hasArchivalCopy()
Indicates that there is an archival copy of the file backup.
|
boolean |
hasLocalCopy()
Indicates that their is a local copy of the file backup.
|
boolean |
hasRemoteCopy()
Indicates that their is a copy of the file backup in a remote location.
|
Optional<Instant> |
modifiedTime()
The time that the file was last modified.
|
long |
sizeBytes()
The size of the file in bytes.
|
SnapshotAttempt |
snapshot()
The snapshot details for the file.
|
boolean hasArchivalCopy()
boolean hasLocalCopy()
boolean hasRemoteCopy()
long sizeBytes()
SnapshotAttempt snapshot()
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.