Namespace Services
The following services are accessible in the Namespace Services.
Service
Description
Create
Creates a new namespace.
The following is the input parameter for the service:
fullName
GetAllNamespacesStartingWith
Returns a list of namespaces that starts with given searchValue.
The following is the input parameter for the service:
searchValue
The following connection parameters are received after executing this service:
Data Shape:NamespaceList
Infotable Type: Just Infotable
GetAllChildren
Returns a list of all the children namespaces of a given namespace.
The following is the input parameter for the service:
fullName
The following connection parameters are received after executing this service:
Data Shape:NamespaceList
Infotable Type: Just Infotable
GetAllParents
Returns a list of all the parent namespaces of a given namespace.
The following is the input parameter for the service:
fullName
The following connection parameters are received after executing this service:
Data Shape:NamespaceList
Infotable Type: Just Infotable
Was this helpful?