ApiHBaseSnapshot Data Model

An HBase snapshot descriptor.

Properties
name data type description
snapshotName string Snapshot name.
tableName string Name of the table this snapshot is for.
creationTime string Snapshot creation time.
storage Storage The location where a snapshot is stored.

Example

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