Skip to content

Update DataStaging classes and methods

Lukáš Drábek requested to merge fix/DataStagingEndpointModel into develop

Updated the DataStagingLocationEndpoint and DataStagingLocationKey classes. In DataStagingLocationEndpoint, the Results.Ok method now returns a DataStagingDataModel object with dataStagingName and two new DataStagingPart objects created from publicData and data. In DataStagingLocationKey, the DataStagingDataModel record has been replaced with DataStagingPart and DataStagingDataModel records. The DataStagingPart record has Name and JsonData properties, and the DataStagingDataModel record now takes Name and two DataStagingPart objects as parameters.

Merge request reports