OBJECT
SnapshotFileDeltaV2
Description
Snapshot file or directory and its delta information.
link GraphQL Schema definition
- type SnapshotFileDeltaV2 {
- # Information about the file or directory such as the path and last modified date.
- SnapshotFile! :
- # This field is empty for directories. It contains the delta information of the
- # file.
- SnapshotDelta!]! : [
- # This field is non-empty for directories only. It contains the consolidated delta
- # information of the subdirectories.
- SnapshotDelta!]! : [
- # Quarantine information for a path in the previous snapshot.
- QuarantineInfo :
- }
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.