Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.37 KB

file_facet.md

File metadata and controls

28 lines (22 loc) · 1.37 KB

File facet

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.

JSON representation

{
  "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.