snapshotstats.asciidoc 888 B

123456789101112131415
  1. [float]
  2. [[breaking_70_snapshotstats_changes]]
  3. === Snapshot stats changes
  4. Snapshot stats details are provided in a new structured way:
  5. * `total` section for all the files that are referenced by the snapshot.
  6. * `incremental` section for those files that actually needed to be copied over as part of the incremental snapshotting.
  7. * In case of a snapshot that's still in progress, there's also a `processed` section for files that are in the process of being copied.
  8. [float]
  9. ==== Deprecated `number_of_files`, `processed_files`, `total_size_in_bytes` and `processed_size_in_bytes` snapshot stats properties have been removed
  10. * Properties `number_of_files` and `total_size_in_bytes` are removed and should be replaced by values of nested object `total`.
  11. * Properties `processed_files` and `processed_size_in_bytes` are removed and should be replaced by values of nested object `processed`.