parse_uri
The following is a list of properties for the function parse_uri
:
Property | Value |
---|---|
brief | Parse URI |
category | miscellaneous |
description | Parse a URI. |
functionId | parse_uri |
functionLabel | parse_uri |
pure | true |
parameters | [ { "dataType": "string", "description": "URI to parse", "name": "uri" }, { "dataType": "boolean", "description": "The URI is an adaptive value path. If the path begins with a single slash \"/\", the URI will be parsed as an adaptive value path (example: /adaptorId/objectType/objectId.propertyNames)", "name": "isValuePath", "optional": true }, { "dataType": "string", "description": "If isValuePath is true, this is the current path that is used to resolve relative paths. If isValuePath is not true, this parameter is ignored.", "name": "currentPath", "optional": true } ] |
returns | { "dataType": "object", "dataTypeParameter": "_AdaptiveParsedURI_", "description": "Object with results of parse." } |