Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.45 KB

File metadata and controls

58 lines (43 loc) · 1.45 KB
author ms.date title ms.localizationpriority description ms.subservice doc_type
spgraph-docs-team
09/10/2017
Folder
medium
The Folder resource groups folder-related data on an item into a single structure.
onedrive
resourcePageType

Folder resource type

Namespace: microsoft.graph

The Folder resource groups folder-related data on an item into a single structure. DriveItems with a non-null folder facet are containers for other DriveItems.

JSON representation

The following JSON representation shows the resource type.

{
  "childCount": 1024,
  "view": { "@odata.type": "microsoft.graph.folderView" }
}

Properties

Property Type Description
childCount Int32 Number of children contained immediately within this container.
view folderView A collection of properties defining the recommended view for the folder.

Remarks

For more information about the facets on a DriveItem, see DriveItem.