Replication.getRecords (Method)

Returns zero or more structures , each containing information about replication records; for example, a replication's 'DelayOption', 'LastReplication', 'NextReplication', 'Scope', and so on.

Returns:

Replication_GetRecords_Result (query)

Each row of the returned query results has the following fields:

Field Name Type Description
DelayMinutes NonNegativeInteger The number of minutes before applying the next packet. This member is only used if 'DelayOption' is set to 2.
DelayOption ReplicationDelayOption An integer representing how packets are applied if multiple target servers exist, as follows: 1 (Apply packets simultaneously) and 2 (Wait X minutes before applying)..
DestinationSitename SiteName Destination site name.
Frequency ReplicationFrequency Desired replication frequency.
ID ReplicationID The ID of the replication record.
LastReplication DateTime_na The date and time of the last scheduled replication.
NextReplication DateTime_na The date and time of the next scheduled replication.
ScopeID ReplicationScopeID ID of the Scope record.
ScopeName PlainText_NonNull_50 The replication scope's name.
SiteID AnySiteID Replication Site ID.
Status PlainText_NonNull Status text for each target server.
StatusMessage PlainText_NonNull Detail status message for each target server.
TargetServer PlainText_NonNull A target server name.
TargetServerID ServerID A target server ID.
TransportProtocol PlainText_NonNull The name of the protocol CommonSpot uses when replicating.

Arguments:

Name Type Required Description
id ReplicationID_0 Optional. Defaults to '0'. A replication record's ID. If this value is 0, CommonSpot return all records.

Context:

License Requirements (none)
Permission Requirements site:ManageReplication
Deny Context None
Require Context None
Author Lock (not required)
Transaction Logging Transaction logging is disabled for this method
Customization This method may be customized at the site level

Error Codes:

None

Notes:

None