printDocumentUploadProperties リソースの種類

名前空間: microsoft.graph

アップロード中のドキュメントについて説明します。

プロパティ

プロパティ 説明
contentType String ドキュメントのコンテンツ (MIME) の種類。
documentName String ドキュメントの名前。
size Int64 ドキュメントのサイズ (バイト単位)。

リレーションシップ

なし。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "@odata.type": "#microsoft.graph.printDocumentUploadProperties",
  "contentType": "String",
  "documentName": "String",
  "size": "Integer"
}