The base64-encoded data for the file.
Last modified time, in ms from epoch.
Name of the file.
OptionalprocessedOptional 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.
Optionalstart: numberThe start index of the byte range.
Optionalend: numberThe end index of the byte range.
Optionaltype: 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
MwFileinstead.