| REPLICATION_NAME |
TT_CHAR (31) NOT NULL |
Name of the replication scheme. |
| REPLICATION_OWNER |
TT_CHAR (31) NOT NULL |
The owner of the replication scheme. |
| TT_STORE_ID |
TT_BIGINT NOT NULL |
Unique, system-generated identifier for a HOST_NAME/TT_STORE_NAME pair. |
| SUBSCRIBER_ID |
TT_BIGINT NOT NULL |
The identifier for a store that subscribes to at least one replication element owned by TT_STORE_ID. |
| HOST_NAME |
TT_VARCHAR (200) NOT NULL NOT INLINE |
Name associated with the network interface. |
| PRIORITY |
TT_INTEGER NOT NULL |
Integer from 1-99 that denotes the priority of the IP address. |
| INTERFACE |
TT_CHAR (1) |
Indicates whether the HOST_NAME refers to an interface on the sending side ('S') or on the receiving side ('R'). |