SYS.DataCheck.Configuration
persistent class SYS.DataCheck.Configuration extends %Library.Persistent
SQL Table Name: SYS_DataCheck.Configuration
Static configuration elements for the destination system. An instance of this class is referenced by each Destination object. The Configuration object cannot be changed while the system is running. The configuration elements in this are primary concerned with defining the source system to connect to. The RunParameters defines the performance characteristics and what should be checked, and Workflow defines the strategy for performing the check.Property Inventory
- DBXMap
- Host
- PauseCheckingBackupWhenNotActive
- Port
- PrimarySourceRequirement
- SSLConfig
- SourceMirrorMember
- SystemName
Method Inventory
Properties
property DBXMap as array of LocalDatabase;
Mapping from source database paths to destination database paths.
Keyed by source database path; value is destination database path.
Not used when DataCheck is configured to check a mirror.
Property methods: DBXMapBuildValueArray(), DBXMapCollectionToDisplay(), DBXMapCollectionToOdbc(), DBXMapDisplayToCollection(), DBXMapDisplayToLogical(), DBXMapGet(), DBXMapGetObject(), DBXMapGetObjectId(), DBXMapGetPath(), DBXMapGetStored(), DBXMapGetSwizzled(), DBXMapIsMirrorDBName(), DBXMapIsPath(), DBXMapIsValid(), DBXMapLogicalToDisplay(), DBXMapLogicalToOdbc(), DBXMapNormalize(), DBXMapOdbcToCollection(), DBXMapSet(), DBXMapSetObject(), DBXMapSetObjectId()
property Host as %String (MAXLEN = 250);
Hostname or IP address of source system.
Not used when DataCheck is configured to check a mirror
Property methods: HostDisplayToLogical(), HostGet(), HostGetStored(), HostIsValid(), HostLogicalToDisplay(), HostLogicalToOdbc(), HostNormalize(), HostSet()
property PauseCheckingBackupWhenNotActive as %Boolean [ InitialExpression = 1 ];
For DataCheck configured to check a mirror, pause DataCheck if either
the source or the destination system is the backup failover member
and the backup is not marked as active.
Property methods: PauseCheckingBackupWhenNotActiveDisplayToLogical(), PauseCheckingBackupWhenNotActiveGet(), PauseCheckingBackupWhenNotActiveGetStored(), PauseCheckingBackupWhenNotActiveIsValid(), PauseCheckingBackupWhenNotActiveLogicalToDisplay(), PauseCheckingBackupWhenNotActiveNormalize(), PauseCheckingBackupWhenNotActiveSet()
property Port as %Integer [ InitialExpression = 1972 ];
Port of source system.
Not used when DataCheck is configured to check a mirror
Property methods: PortDisplayToLogical(), PortGet(), PortGetStored(), PortIsValid(), PortLogicalToDisplay(), PortNormalize(), PortSet()
property PrimarySourceRequirement as %Integer [ InitialExpression = 0 ];
For DataCheck configured to check a mirror, sets requirements about the state
of the SourceMirrorMember
-1 - Wait until SourceMirrorMember is no longer primary
0 - No Requirement
1 - Wait until SourceMirrorMember is primary
Property methods: PrimarySourceRequirementDisplayToLogical(), PrimarySourceRequirementGet(), PrimarySourceRequirementGetStored(), PrimarySourceRequirementIsValid(), PrimarySourceRequirementLogicalToDisplay(), PrimarySourceRequirementNormalize(), PrimarySourceRequirementSet()
property SSLConfig as %String;
Optional name of SSL configuration to use for secure connection.
Not used when DataCheck is configured to check a mirror
Property methods: SSLConfigDisplayToLogical(), SSLConfigGet(), SSLConfigGetStored(), SSLConfigIsValid(), SSLConfigLogicalToDisplay(), SSLConfigLogicalToOdbc(), SSLConfigNormalize(), SSLConfigSet()
property SourceMirrorMember as %String;
Mirror member to connect to. This property is not intended to be changed once created.
Property methods: SourceMirrorMemberDisplayToLogical(), SourceMirrorMemberGet(), SourceMirrorMemberGetStored(), SourceMirrorMemberIsValid(), SourceMirrorMemberLogicalToDisplay(), SourceMirrorMemberLogicalToOdbc(), SourceMirrorMemberNormalize(), SourceMirrorMemberSet()
property SystemName as SystemName [ Required ];
Name of the DataCheck Destination system that uses this object.
Set upon creating the destination object and should not be changed.
Property methods: SystemNameDisplayToLogical(), SystemNameGet(), SystemNameGetStored(), SystemNameIsValid(), SystemNameLogicalToDisplay(), SystemNameLogicalToOdbc(), SystemNameNormalize(), SystemNameSet()
Methods
Resets this configuration based on the shadow configuration specified
by 'shadowname'.
Indexes
index (IdIndex on SystemName) [IdKey, Type = key];
Index methods: IdIndexCheck(), IdIndexDelete(), IdIndexExists(), IdIndexOpen(), IdIndexSQLCheckUnique(), IdIndexSQLExists(), IdIndexSQLFindPKeyByConstraint(), IdIndexSQLFindRowIDByConstraint()
Inherited Members
Inherited Methods
- %%CLASSNAMELogicalToStorage()
- %%CLASSNAMEStorageToLogical()
- %AddToSaveSet()
- %AddToSyncSet()
- %BMEBuilt()
- %BuildIndicesAsync()
- %BuildIndicesAsyncResponse()
- %CheckConstraints()
- %CheckConstraintsForExtent()
- %ClassIsLatestVersion()
- %ClassName()
- %ComposeOid()
- %ConstructClone()
- %Delete()
- %DeleteExtent()
- %DeleteId()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Exists()
- %ExistsId()
- %Extends()
- %GUID()
- %GUIDSet()
- %GetLock()
- %GetParameter()
- %GetSwizzleObject()
- %Id()
- %InsertBatch()
- %IsA()
- %IsModified()
- %IsNull()
- %KillExtent()
- %KillExtentData()
- %LoadFromMemory()
- %LockExtent()
- %LockId()
- %New()
- %NormalizeObject()
- %ObjectIsNull()
- %ObjectModified()
- %Oid()
- %OnBeforeAddToSync()
- %OnDeleteFinally()
- %OnDetermineClass()
- %OnOpenFinally()
- %OnSaveFinally()
- %Open()
- %OpenId()
- %OriginalNamespace()
- %PackageName()
- %PhysicalAddress()
- %PurgeIndices()
- %Reload()
- %RemoveFromSaveSet()
- %ResolveConcurrencyConflict()
- %RollBack()
- %Save()
- %SaveDirect()
- %SaveIndices()
- %SerializeObject()
- %SetModified()
- %SortBegin()
- %SortEnd()
- %SyncObjectIn()
- %SyncTransport()
- %UnlockExtent()
- %UnlockId()
- %ValidateIndices()
- %ValidateObject()
- %ValidateTable()
Storage
Storage Model: Storage (SYS.DataCheck.Configuration)
^SYS.DataCheck.ConfigurationD(ID) |
= | %%CLASSNAME
Host
Port
SSLConfig
Debug
NamedMirrorMember
MirrorSourceOption
SourceMirrorMember
PauseCheckingBackupWhenNotActive
PrimarySourceRequirement
|
Storage Model: Storage (SYS.DataCheck.Configuration)
^SYS.DataCheck.ConfigurationD(ID,"DBXMap",n) |
= | DBXMap(n) |