OBJECT
SnapshotFileDeltaV2
Description
Snapshot file or directory and its delta information. This contains sensitive information only for affected files under this path from old snapshot for which Rubrik Sensitive Data Discovery Analysis is completed.
link GraphQL Schema definition
- type SnapshotFileDeltaV2 {
- # Analyzer group results.
- : [AnalyzerGroupResult!]!
- # This field is non-empty for directories only. It contains
- # the consolidated delta information of the subdirectories.
- : [SnapshotDelta!]!
- # Information about the file or directory such as the path and
- # last modified date.
- : SnapshotFile!
- # Quarantine information for a path in the previous snapshot.
- : QuarantineInfo
- # This field is empty for directories. It contains the delta
- # information of the file.
- : [SnapshotDelta!]!
- # Sensitive hits.
- : SensitiveHits
- }
link Require by
- SnapshotFileDeltaV2ConnectionPaginated list of SnapshotFileDeltaV2 objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- SnapshotFileDeltaV2EdgeWrapper around the SnapshotFileDeltaV2 object. This wrapper is used for pagination.