OBJECT
SnapshotFileDelta
Description
Snapshot file or directory and its delta information.
link GraphQL Schema definition
- type SnapshotFileDelta {
- # 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
- 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.