The last modified timestamp of the file.
The name of the file.
The size of the file in bytes.
The MIME type of the file.
Returns a promise that resolves to an ArrayBuffer containing the file's data.
Returns a new Blob object that contains a subset of the file's data.
Optional
start: numberThe start position (inclusive) of the subset. Defaults to 0.
Optional
end: numberThe end position (exclusive) of the subset. Defaults to the end of the file.
Optional
contentType: stringThe MIME type of the subset. Defaults to the original file's type.
A Blob object representing the subset of the file's data.
Returns a readable stream for streaming the file's data.
Represents a file in the object storage.