Holds information for an HBase table.
| name | data type | constraints | description | 
|---|---|---|---|
| tableName | string | ||
| initialSnapshot | boolean | required | |
| snapshotSucceeded | boolean | required | 
Example
{
  "tableName" : "...",
  "initialSnapshot" : true,
  "snapshotSucceeded" : true
}