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.
  • analyzerGroupResults: [AnalyzerGroupResult!]!
  • # This field is non-empty for directories only. It contains
  • # the consolidated delta information of the subdirectories.
  • childrenDeltas: [SnapshotDelta!]!
  • # Information about the file or directory such as the path and
  • # last modified date.
  • file: SnapshotFile!
  • # Quarantine information for a path in the previous snapshot.
  • previousSnapshotQuarantineInfo: QuarantineInfo
  • # This field is empty for directories. It contains the delta
  • # information of the file.
  • selfDeltas: [SnapshotDelta!]!
  • # Sensitive hits.
  • sensitiveHits: SensitiveHits
  • }