OBJECT

SnapshotDelta

Description

Delta information for a file or directory between two snapshots.

link GraphQL Schema definition

  • type SnapshotDelta {
  • # Delta type of the file or directory between two snapshots.
  • deltaType: DeltaType!
  • # Number of files of this delta type.
  • deltaAmount: Long!
  • }