DeleteTaskFile interface
Methods
| delete(Delete |
Deletes the specified Task file from the Compute Node where the Task ran. |
| get(Get |
Returns the content of the specified Task file. |
| head(Get |
Gets the properties of the specified Task file. |
Method Details
delete(DeleteTaskFileParameters)
Deletes the specified Task file from the Compute Node where the Task ran.
function delete(options?: DeleteTaskFileParameters): StreamableMethod<DeleteTaskFile200Response | DeleteTaskFileDefaultResponse>
Parameters
- options
- DeleteTaskFileParameters
Returns
get(GetTaskFileParameters)
Returns the content of the specified Task file.
function get(options?: GetTaskFileParameters): StreamableMethod<GetTaskFile200Response | GetTaskFileDefaultResponse>
Parameters
- options
- GetTaskFileParameters
Returns
head(GetTaskFilePropertiesParameters)
Gets the properties of the specified Task file.
function head(options?: GetTaskFilePropertiesParameters): StreamableMethod<GetTaskFileProperties200Response | GetTaskFilePropertiesDefaultResponse>
Parameters
- options
- GetTaskFilePropertiesParameters