DeleteNodeFile interface
Methods
| delete(Delete |
Deletes the specified file from the Compute Node. |
| get(Get |
Returns the content of the specified Compute Node file. |
| head(Get |
Gets the properties of the specified Compute Node file. |
Method Details
delete(DeleteNodeFileParameters)
Deletes the specified file from the Compute Node.
function delete(options?: DeleteNodeFileParameters): StreamableMethod<DeleteNodeFile200Response | DeleteNodeFileDefaultResponse>
Parameters
- options
- DeleteNodeFileParameters
Returns
get(GetNodeFileParameters)
Returns the content of the specified Compute Node file.
function get(options?: GetNodeFileParameters): StreamableMethod<GetNodeFile200Response | GetNodeFileDefaultResponse>
Parameters
- options
- GetNodeFileParameters
Returns
head(GetNodeFilePropertiesParameters)
Gets the properties of the specified Compute Node file.
function head(options?: GetNodeFilePropertiesParameters): StreamableMethod<GetNodeFileProperties200Response | GetNodeFilePropertiesDefaultResponse>
Parameters
- options
- GetNodeFilePropertiesParameters