processedTableCount | BigDecimal | Number of processed tables. | [optional] |
processedTables | List<String> | The list of processed tables. <p/> This is only available in the full view. | [optional] |
unprocessedTableCount | BigDecimal | Number of unprocessed tables. | [optional] |
unprocessedTables | List<String> | The list of unprocessed tables. Note that tables 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<ApiHBaseSnapshot> | List of snapshots created. <p/> This is only available in the full view. | [optional] |
deletedSnapshotCount | BigDecimal | Number of snapshots deleted. | [optional] |
deletedSnapshots | List<ApiHBaseSnapshot> | 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<ApiHBaseSnapshotError> | 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<ApiHBaseSnapshotError> | List of errors encountered when deleting snapshots. <p/> This is only available in the full view. | [optional] |