OBJECT
SnapshotFile
Description
File or folder data returned by browse or search delta response.
link GraphQL Schema definition
- type SnapshotFile {
- : String!
- : String!
- : FileModeEnum!
- : String!
- : DateTime!
- : String!
- # Quarantine information corresponding to the path.
- : QuarantineInfo
- : Long!
- : String!
- # Browse or search delta response returns workload fields.
- : WorkloadFields
- }
link Require by
- SnapshotFileConnectionPaginated list of SnapshotFile objects. Each page of the results includes at most 1000 entries. Query the `pageInfo.hasNextPage` field to know whether all objects were returned.
- SnapshotFileDeltaSnapshot 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.
- SnapshotFileDeltaV2Snapshot 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.
- SnapshotFileEdgeWrapper around the SnapshotFile object. This wrapper is used for pagination.