Share via


DeleteTaskFile interface

Methods

delete(DeleteTaskFileParameters)

Deletes the specified Task file from the Compute Node where the Task ran.

get(GetTaskFileParameters)

Returns the content of the specified Task file.

head(GetTaskFilePropertiesParameters)

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

Returns

get(GetTaskFileParameters)

Returns the content of the specified Task file.

function get(options?: GetTaskFileParameters): StreamableMethod<GetTaskFile200Response | GetTaskFileDefaultResponse>

Parameters

Returns

head(GetTaskFilePropertiesParameters)

Gets the properties of the specified Task file.

function head(options?: GetTaskFilePropertiesParameters): StreamableMethod<GetTaskFileProperties200Response | GetTaskFilePropertiesDefaultResponse>

Parameters

Returns