The base64-encoded data for the file.
Last modified time, in ms from epoch.
Name of the file.
Optional
processedOptional processed file for example OCR data or excel Workbook
Size in bytes.
MIME type.
Relative path to the file.
Returns a new File with only data in the given range of bytes.
Optional
start: numberThe start index of the byte range.
Optional
end: numberThe end index of the byte range.
Optional
type: stringThe type of the sliced file. Default is an empty string.
A new File object with the sliced data.
Represents a file that has been loaded into memory from a base64-encoded data string.
Deprecated
Use
MwFile
instead.