Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Package resource indicates that a DriveItem is the top level item in a "package" or a collection of items that should be treated as a collection instead of individual items.
An example of a package is a OneNote notebook. While the notebook is made up of files and folders that represent the contents of the notebook, the top level item that represents the notebook has a package facet to indicate to clients that this is a collection of data that should be treated special.
DriveItems with the package facet do not include a folder or file facet but are conceptually similar to an item with a folder facet.
JSON representation
{
"type": "oneNote"
}
Properties
Property Name | Type | Description |
---|---|---|
type | string | A string indicating the type of package. While oneNote is the only currently defined value, you should expect other package types to be returned and handle them accordingly. |
Remarks
For more information about the facets on a DriveItem, see DriveItem.