Share via


TestUploadFile interface

Methods

delete(RequestParameters)

Delete file by the file name for a test

get(RequestParameters)

Get test file by the file name.

put(TestUploadFileParameters)

Upload input file for a given test name. File size can't be more than 50 MB. Existing file with same name for the given test will be overwritten. File should be provided in the request body as application/octet-stream.

Method Details

delete(RequestParameters)

Delete file by the file name for a test

function delete(options?: RequestParameters): StreamableMethod<TestDeleteFile204Response | TestDeleteFileDefaultResponse>

Parameters

Returns

get(RequestParameters)

Get test file by the file name.

function get(options?: RequestParameters): StreamableMethod<TestGetFile200Response | TestGetFileDefaultResponse>

Parameters

Returns

put(TestUploadFileParameters)

Upload input file for a given test name. File size can't be more than 50 MB. Existing file with same name for the given test will be overwritten. File should be provided in the request body as application/octet-stream.

function put(options: TestUploadFileParameters): StreamableMethod<TestUploadFile201Response | TestUploadFileDefaultResponse>

Parameters

Returns