Replication arguments for HBase service
name | data type | description |
---|---|---|
sourceHBaseService | ApiServiceRef | |
targetPeerId | number | |
peerState | HBasePeerState | |
targetClusterKey | string | |
endPointClassName | string | |
namespaces | array of string | |
tables | array of string | |
replicationProperties | map of string |
Example
{ "sourceHBaseService" : { "peerName" : "...", "clusterName" : "...", "serviceName" : "...", "serviceDisplayName" : "...", "serviceType" : "..." }, "targetPeerId" : 12345, "peerState" : "ENABLED", "targetClusterKey" : "...", "endPointClassName" : "...", "namespaces" : [ "...", "..." ], "tables" : [ "...", "..." ], "replicationProperties" : { "property1" : "...", "property2" : "..." } }