Sync-TopicMap

Top  Previous  Next

Summary

Sync-TopicMap [-TopicMapAddress] <Uri> [-Follow]

Description

Synchronizes a topic map with the schema it references.

The synchronization process ensures that every type in the schema is represented by a topic in the topic map, creating new topics if they do not exist. The synchronization process also caches the synchronized schema to allow schema-aware applications to quickly access the topic map schema. The synchronization process should be re-run when ever the schema referenced by a topic map is modified and the new schema changes are required to be used by the topic map.

 

Parameters

TopicMapAddress <Uri>
Specifies the web address of the topic map that will be synchronized. This is a positional parameter and needs to be specified as the first parameter. The parameter name can be omitted.
Follow
If this parameter is present on the command-line then the command will submit the synchronization job to the job service and will monitor the progress of the job, blocking until it completes. If this parameter is not present on the command-line the command will submit the synchronization job to the job service and return the address of the newly created job. This address can be viewed in a browser to monitor the job progress if required.