apiHBaseSnapshotResult
Detailed information about an HBase snapshot command.
JSON
property | type | description |
---|---|---|
processedTableCount | processedTableCount (int) | Number of processed tables. |
processedTables | array of processedTables/processedTables (string) | The list of processed tables. This is only available in the full view. |
unprocessedTableCount | unprocessedTableCount (int) | Number of unprocessed tables. |
unprocessedTables | array of unprocessedTables/unprocessedTables (string) | The list of unprocessed tables. Note that tables 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 (apiHBaseSnapshot) | List of snapshots created. This is only available in the full view. |
deletedSnapshotCount | deletedSnapshotCount (int) | Number of snapshots deleted. |
deletedSnapshots | array of deletedSnapshots/deletedSnapshots (apiHBaseSnapshot) | 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 (apiHBaseSnapshotError) | 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 (apiHBaseSnapshotError) | List of errors encountered when deleting snapshots. This is only available in the full view. |