ApiHdfsSnapshotResult

Properties

Name Type Description Notes
processedPathCount Integer Number of processed paths. [optional]
processedPaths List<String> The list of processed paths. <p/> This is only available in the full view. [optional]
unprocessedPathCount Integer Number of unprocessed paths. [optional]
unprocessedPaths List<String> 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]
createdSnapshotCount Integer Number of snapshots created. [optional]
createdSnapshots List<ApiHdfsSnapshot> List of snapshots created. <p/> This is only available in the full view. [optional]
deletedSnapshotCount Integer Number of snapshots deleted. [optional]
deletedSnapshots List<ApiHdfsSnapshot> List of snapshots deleted. <p/> This is only available in the full view. [optional]
creationErrorCount Integer Number of errors detected when creating snapshots. [optional]
creationErrors List<ApiHdfsSnapshotError> List of errors encountered when creating snapshots. <p/> This is only available in the full view. [optional]
deletionErrorCount Integer Number of errors detected when deleting snapshots. [optional]
deletionErrors List<ApiHdfsSnapshotError> List of errors encountered when deleting snapshots. <p/> This is only available in the full view. [optional]