CloudmersiveConvertClient.ConvertDataXmlQueryWithXQueryMultiAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Query multiple XML files using XQuery query, get results
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.XmlQueryWithXQueryMultiResult> ConvertDataXmlQueryWithXQueryMultiAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member ConvertDataXmlQueryWithXQueryMultiAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.XmlQueryWithXQueryMultiResult>
override this.ConvertDataXmlQueryWithXQueryMultiAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.CloudmersiveConvert.Models.XmlQueryWithXQueryMultiResult>
Public Overridable Function ConvertDataXmlQueryWithXQueryMultiAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of XmlQueryWithXQueryMultiResult)
Parameters
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Query multiple XML files using XQuery query, get results response.
Remarks
Return the reuslts of querying an XML document with an XQuery expression. Supports XQuery 3.1 and earlier. This API is optimized for multiple XML documents as input. You can refer to the contents of a given document by name, for example doc("books.xml") or doc("restaurants.xml") if you included two input files named books.xml and restaurants.xml. If input files contain no file name, they will default to file names input1.xml, input2.xml and so on.