ApiHBaseSnapshotError Data Model

A HBase snapshot operation error.

Properties
name data type description
tableName string Name of the table.
snapshotName string Name of the snapshot.
storage Storage The location of the snapshot.
error string Description of the error.

Example

{
  "tableName" : "...",
  "snapshotName" : "...",
  "storage" : "REMOTE_S3",
  "error" : "..."
}