Replication arguments for HBase service
name | data type | description |
---|---|---|
sourceHBaseService | ApiServiceRef | |
peerState | HBasePeerState | |
hbaseClusterKey | string | |
tables | array of HBaseTableArgs | |
replicationProperties | map of string |
Example
{ "sourceHBaseService" : { "peerName" : "...", "clusterName" : "...", "serviceName" : "...", "serviceDisplayName" : "...", "serviceType" : "..." }, "peerState" : "ENABLED", "hbaseClusterKey" : "...", "tables" : [ { "tableName" : "...", "initialSnapshot" : true }, { "tableName" : "...", "initialSnapshot" : true } ], "replicationProperties" : { "property1" : "...", "property2" : "..." } }