OBJECT
SnapshotFileDelta
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 SnapshotFileDelta {
- # 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
- SnapshotFileDeltaConnectionPaginated list of SnapshotFileDelta objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- SnapshotFileDeltaEdgeWrapper around the SnapshotFileDelta object. This wrapper is used for pagination.