driveItemUploadableProperties resource type
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 driveItemUploadableProperties resource represents an item being uploaded when creating an upload session.
Properties
Property | Type | Description |
---|---|---|
description | String | Provides a user-visible description of the item. Read-write. Only on OneDrive Personal. |
driveItemSource | driveItemSource | Information about the drive item source. Read-write. Only on OneDrive for Business and SharePoint. |
fileSize | Int64 | Provides an expected file size to perform a quota check prior to upload. Only on OneDrive Personal. |
fileSystemInfo | fileSystemInfo | File system information on client. Read-write. |
mediaSource | mediaSource | Media source information. Read-write. Only on OneDrive for Business and SharePoint. |
name | String | The name of the item (filename and extension). Read-write. |
JSON representation
The following JSON representation shows the resource type.
{
"description": "String",
"fileSize": 1024,
"fileSystemInfo": {"@odata.type": "microsoft.graph.fileSystemInfo"},
"name": "String"
}