Optional Readonly chunkThe chunk of the file upload.
Readonly contentThe optional file content.
Readonly createdFile creation timestamp.
Readonly formatOptional Readonly hashThe hexdigest hash string of content, if requested (otherwise null). It cannot be null if hash_algorithm is defined.
Optional Readonly hash_The algorithm used to compute hash value. It cannot be null if hash is defined.
Optional indicesThe indices of the matched characters in the name.
Readonly last_Last modified timestamp.
Readonly mimetypeSpecify the mime-type of file contents.
Only non-null when content is present and type is "file".
Readonly nameReadonly pathOptional Readonly serverThe path as returned by the server contents API.
Differently to path it does not include IDrive API prefix.
Optional Readonly sizeThe size of then file in bytes.
Readonly typeThe type of file.
Readonly writableWhether the requester has permission to edit the file.
Generated using TypeDoc
A contents model.