The remote data type in this section describes the remote property of the schedule data type that describes the schedule resource for replication links.
Replication link schedule local data type properties
The following table describes the properties included in the local data type that describes the local property of the schedule data type.
Example
Here’s an XML example of the local data type that describes that describes the local property of the schedule data type:
<remote>
<scheduleOverride>NONE</scheduleOverride>
<transition>
<time>Sun:00</time>
<performanceLevel>HIGH</performanceLevel>
</transition>
<transition>
<time>Mon:00</time>
<performanceLevel>MEDIUM</performanceLevel>
</transition>
</remote>