Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: microsoft.graph
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
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.
Properties
| Property | Type | Description |
|---|---|---|
| childCount | Int64 | Number of children contained immediately within this container. |
| view | folderView | A collection of properties defining the recommended view for the folder. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"childCount": 1024,
"view": { "@odata.type": "microsoft.graph.folderView" }
}
Remarks
For more information about the facets on a DriveItem, see DriveItem.