driveItemUploadableProperties 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

driveItemUploadableProperties 资源表示创建上传会话时要上传的项。

属性

属性 类型 说明
说明 String 提供项的用户可见的说明。 读写。 仅在 OneDrive 个人版上。
driveItemSource driveItemSource 有关驱动器项源的信息。 读写。 仅在 OneDrive for Business 和 SharePoint 上。
fileSize Int64 提供预期的文件大小,以在上传之前执行配额检查。 仅在 OneDrive 个人版上。
fileSystemInfo fileSystemInfo 客户端上的文件系统信息。 读写。
mediaSource mediaSource 媒体源信息。 读写。 仅在 OneDrive for Business 和 SharePoint 上。
name String 项目名称(文件名和扩展名)。 读写。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "description": "String",
  "fileSize": 1024,
  "fileSystemInfo": {"@odata.type": "microsoft.graph.fileSystemInfo"},
  "name": "String"
}