ApiHBasePeerIdWithTableCFs Data Model

Properties
name data type description
peerId string
tableCFs map of array of string

Example

{
  "peerId" : "...",
  "tableCFs" : {
    "property1" : [ "...", "..." ],
    "property2" : [ "...", "..." ]
  }
}