GeolinQ
Support Portal

UpdateDatasource

Updates a datasource with specific datasource operations.

Element Required Description
DatasourceName Choice Specifies the name of datasource
DatasourceURI Choice Specifies the URI of datasource
Operations Yes Start element for the operations on the datasource

The element Operations contains the operations like for example ImportMultiDataset for the datasource.

Example of the UpdateDatasource operation:

<UpdateDatasource>
  <DatasourceName>MyDatasource</DatasourceName>
  <Operations>
    <ImportMultiDataset>
      <FileName>MyFiles.zip</FileName>
      <Format>MyMultiDatasetImportFormat</Format>
      <ClearDatasource>Yes</ClearDatasource>
    </ImportMultiDataset>
  </Operations>
</UpdateDatasource>