The File facet groups file-related data on OneDrive into a single structure. It is available on the file property of Item resources that represent files.
{
"mimeType": "string",
"hashes": { "@odata.type": "oneDrive.hashes" }
}
Property Name | Type | Description |
---|---|---|
mimeType | string | The MIME type for the file. This is determined by logic on the server and might not be the value provided when the file was uploaded. |
hashes | HashesType | Hashes of the file's binary content, if available. |