"SoftLayer_" prefix removed for readability.
Upload a file to a Storage account’s root directory.
{{CloudLayerOnlyMethod}} Upload a file to a Storage account’s root directory. Once uploaded, this method returns new file entity identifier for the upload file.
The following properties are required in the ‘‘file’’ parameter. *‘‘’name’’’: The name of the file you wish to upload *‘‘‘content’’’: The raw contents of the file you wish to upload. *‘‘‘contentType’’’: The MIME-type of content that you wish to upload.
Name | Type | Description |
---|---|---|
file | SoftLayer_Container_Utility_File_Entity | The file you wish to upload. |
None