driveItemUploadableProperties resource type
Namespace: microsoft.graph
Represents an item being uploaded when creating an upload session.
JSON representation
The following JSON representation shows the resource type.
{
"description": "String",
"fileSize": 1024,
"fileSystemInfo": {"@odata.type": "microsoft.graph.fileSystemInfo"},
"name": "String"
}
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 before uploading. 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. |