Select-TopicMap

Top  Previous  Next

Summary

Select-TopicMap [-ServiceUrl] <Uri> [-TopicMapAddress <Uri[]>] [-Labels <String[]>]

Description

Returns a list of topic maps in a topic map store, optionally filtering by topic map address or label value.

 

Parameters

ServiceUrl <Uri>
The web address of the Web3 service to query. This is a positional parameter - it must appear as the first parameter in the command and the parameter name may be omitted.
TopicMapAddress <Uri[]>
A list of topic map addresses. Only topic maps whose web address matches one of the URIs in this list will be displayed. This is an optional command-line parameter.
Labels <String[]>
A list of label strings. Only topic maps with a label that matches one of the label strings in this list will be displayed. This is an optional command-line parameter. The format for these label strings is the same as for the -Labels parameter of the New-TopicMap command.

 

Returns

A list of topic map representations for each topic map that matches the criteria specified on the command-line. For a description of the topic map representation object please refer to the Returns section of the New-TopicMap command.