HBaseTableArgs Data Model

Holds information for an HBase table.

Properties
name data type constraints description
tableName string  
initialSnapshot boolean required
snapshotSucceeded boolean required

Example

{
  "tableName" : "...",
  "initialSnapshot" : true,
  "snapshotSucceeded" : true
}