aaGetReplicationSchedules
- Last UpdatedMar 10, 2025
- 1 minute read
Returns the schedules configured in the Historian database.
Syntax
aaGetReplicationSchedules ConfigurationToReturn, ReplicationScheduleName, ReplicationScheduleKey, RowsToReturn
where:
|
Argument |
Description |
|---|---|
|
ConfigurationToReturn |
The return configuration for the replication schedule. This value is of data type tinyint, with a default of 0. |
|
ReplicationScheduleName |
The name of the schedule. This value is nvarchar(255), with a default of NULL. |
|
ReplicationScheduleKey |
The unique identifier for the schedule. This value is of data type int, with a default of NULL. |
|
RowsToReturn |
The number of rows to return. This value is of data type int, with a default of NULL. |
Permission
Execute permission defaults to the aaUsers, aaPowerUsers, and aaAdministrators groups.