URISeparator Parameter (Connect-JSON Cmdlet)
Specifies the delimiter used to separate multiple values in the URI property.
Syntax
Connect-JSON -URISeparator string
Data Type
cstr
Default Value
","
Remarks
When this property is set, the 本製品 uses the specified delimiter to separate multiple URIs in a single connection string.
By default, the delimiter is a comma (,), allowing you to join multiple file paths or endpoints, for example:
URI=c:/data/json1.json,c:/data/json2.json,c:/data/json3.json
This property is useful for connecting to multiple JSON files or resources in a single query.