ENUM
DeltaType
Description
Categories for comparing a selected snapshot and the snapshot taken prior to the selected snapshot, at the time of browsing or searching snapshots.
link GraphQL Schema definition
- enum DeltaType {
- # Number of bytes created.
- # Number of bytes deleted.
- # Number of bytes modified.
- # Number of files created.
- # Number of files deleted.
- # Number of files modified.
- # Number of files affected by the identified ransomware strain.
- # Number of ransomware notes corresponding to the identified ransomware
- # strain.
- # Number of files that are suspicious.
- }
link Require by
- DeltaRecoveryInputAn object providing the parameters for the recovery of a snapshot and a next snapshot delta.
- DownloadVolumeGroupSnapshotFilesInputInput for downloading volume group snapshot files.
- FilesetDownloadSnapshotFilesInputInput for Fileset Download Snapshot files.
- FilesetExportSnapshotFilesInputInput for Fileset export snapshot files.
- FilesetRecoverFilesInputInput for Fileset recover files.
- RestoreConfig
- RestoreVolumeGroupSnapshotFilesInputInput for restoring volume group snapshot files.
- SnapshotDeltaDelta information for a file or directory between two snapshots.
- SnapshotDeltaFilterInputFiltering results with this delta type.
- VsphereVmDownloadSnapshotFilesInputInput for downloading vSphere snapshot files.