apiHdfsSnapshotResult

Detailed information about an HDFS snapshot command.

JSON

property type description
processedPathCount processedPathCount (int) Number of processed paths.
processedPaths array of processedPaths/processedPaths (string) The list of processed paths.

This is only available in the full view.

unprocessedPathCount unprocessedPathCount (int) Number of unprocessed paths.
unprocessedPaths array of unprocessedPaths/unprocessedPaths (string) The list of unprocessed paths. Note that paths that are currently being processed will also be included in this list.

This is only available in the full view.

createdSnapshotCount createdSnapshotCount (int) Number of snapshots created.
createdSnapshots array of createdSnapshots/createdSnapshots (apiHdfsSnapshot) List of snapshots created.

This is only available in the full view.

deletedSnapshotCount deletedSnapshotCount (int) Number of snapshots deleted.
deletedSnapshots array of deletedSnapshots/deletedSnapshots (apiHdfsSnapshot) List of snapshots deleted.

This is only available in the full view.

creationErrorCount creationErrorCount (int) Number of errors detected when creating snapshots.
creationErrors array of creationErrors/creationErrors (apiHdfsSnapshotError) List of errors encountered when creating snapshots.

This is only available in the full view.

deletionErrorCount deletionErrorCount (int) Number of errors detected when deleting snapshots.
deletionErrors array of deletionErrors/deletionErrors (apiHdfsSnapshotError) List of errors encountered when deleting snapshots.

This is only available in the full view.