ApiHdfsSnapshotResult

Properties

Name Type Description Notes
processed_path_count float Number of processed paths. [optional]
processed_paths list[str] The list of processed paths. <p/> This is only available in the full view. [optional]
unprocessed_path_count float Number of unprocessed paths. [optional]
unprocessed_paths list[str] The list of unprocessed paths. Note that paths that are currently being processed will also be included in this list. <p/> This is only available in the full view. [optional]
created_snapshot_count float Number of snapshots created. [optional]
created_snapshots list[ApiHdfsSnapshot] List of snapshots created. <p/> This is only available in the full view. [optional]
deleted_snapshot_count float Number of snapshots deleted. [optional]
deleted_snapshots list[ApiHdfsSnapshot] List of snapshots deleted. <p/> This is only available in the full view. [optional]
creation_error_count float Number of errors detected when creating snapshots. [optional]
creation_errors list[ApiHdfsSnapshotError] List of errors encountered when creating snapshots. <p/> This is only available in the full view. [optional]
deletion_error_count float Number of errors detected when deleting snapshots. [optional]
deletion_errors list[ApiHdfsSnapshotError] List of errors encountered when deleting snapshots. <p/> This is only available in the full view. [optional]

[Back to Model list] [Back to API list] [Back to README]