Previous Topic: DBOperationNext Topic: SubscriberState


WgnMonSubscriber

This table is used to persist information about replication subscribers to the current machine (ie, the machines that a replication update must be posted to).

Column

Primary Key

Datatype

Length

Notes

MonSubscriber

Name of a subscribing machine.

Yes

INTEGER

4

 

MonitorID

The monitor associated with the subscription.

Yes

INTEGER

4

See WgnMonitorCache for a list of valid Monitor IDs.

CacheID

The last Cache ID read by the subscriber (for this monitor).

 

INTEGER

4

A value of 0 means all relevant cache entries have been read.

SubscriberState

Current Subscription state.

 

INTEGER

4

Follow the hyperlink for details.

IsCaching

Must this machine cache updates for this subscriber?

 

BIT

1

 

LastCacheReadTime

Time the subscriber last read cache entries.

 

TIMESTAMP

8

 

IsValidSubscriber

Is the subscriber in a valid state?

 

BIT

1