processedPathCount | BigDecimal | Number of processed paths. | [optional] |
processedPaths | List<String> | The list of processed paths. <p/> This is only available in the full view. | [optional] |
unprocessedPathCount | BigDecimal | 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 | BigDecimal | Number of snapshots created. | [optional] |
createdSnapshots | List<ApiHdfsSnapshot> | List of snapshots created. <p/> This is only available in the full view. | [optional] |
deletedSnapshotCount | BigDecimal | Number of snapshots deleted. | [optional] |
deletedSnapshots | List<ApiHdfsSnapshot> | List of snapshots deleted. <p/> This is only available in the full view. | [optional] |
creationErrorCount | BigDecimal | 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 | BigDecimal | 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] |