Skip to main content

SYS.DataCheck.Source

persistent class SYS.DataCheck.Source extends SYS.DataCheck.System

SQL Table Name: SYS_DataCheck.Source

The source system receives queries from the destination via TCP and sends answers. Objects of this class are maintained automatically by the system and should not be modified. This class can be queried to obtain the running state of any DataCheck configurations for which this system is acting as a source.

See System for overview.

Property Inventory

Properties

property DestinationHost as %String;
Host of the destination system initiating the connection
Property methods: DestinationHostDisplayToLogical(), DestinationHostGet(), DestinationHostGetStored(), DestinationHostIsValid(), DestinationHostLogicalToDisplay(), DestinationHostLogicalToOdbc(), DestinationHostNormalize(), DestinationHostSet()
property DestinationName as SystemName;
Name of the DataCheck destination system initiating the connection
Property methods: DestinationNameDisplayToLogical(), DestinationNameGet(), DestinationNameGetStored(), DestinationNameIsValid(), DestinationNameLogicalToDisplay(), DestinationNameLogicalToOdbc(), DestinationNameNormalize(), DestinationNameSet()

Inherited Members

Inherited Properties

Inherited Methods

Storage

Gray indicates storage defined by superclasses.

Storage Model: Storage (SYS.DataCheck.System)

^SYS.DataCheck.SystemD(ID)
=
%%CLASSNAME
Debug
PeerProtocolVersion
StorageVersion
MirrorName
Type

Storage Model: Storage (SYS.DataCheck.Source)

^SYS.DataCheck.SystemD(ID,"Source")
=
DestinationName
DestinationHost
FeedbackOpens in a new tab