The absolute Url to the SharePoint site.
The name of the list the file will be uploaded to.
The folder-relative url of the file.
The Blob file content to add
A callback function which can be used to track the progress of the upload
The size of each file slice, in bytes (default: 10485760)
The new File and the raw response.
Gets a file by server relative url
The server relative path to the file (including /sites/ if applicable)
The new File and the raw response.
Saves the given data to the specified SharePoint list item.
The absolute Url to the SharePoint site.
The UniqueId of the list item to be updated.
The array of field schema for all relevant fields of this list.
An object containing all the field values to update.
true if the list item is a document being updated after upload; otherwise false.
Promise object represents the updated or erroneous form field values.
Generated using TypeDoc
Uploads a file. Not supported for batching