UploadSamplingJobRun

Description

Upload a sampling job run.

Signature
long UploadSamplingJobRun(string key, string panelId, int jobId, int runNumber, UploadSettings settings)

Parameters

Name Data Type Description

key

string required

The authentication key

panelId

string required

The panel ID

jobId

int required

Id of the job you want to upload.

runNumber

int required

Number of the run to be uploaded.

settings

UploadSettings required

UploadSettings holding the settings for the upload of the sampling job.

Response

Data Type Description

long

Id of the Task that runs the job’s upload.

Example