名前空間: microsoft.graph
添付ファイルの属性を表します。
プロパティ
| プロパティ | 型 | 説明 |
|---|---|---|
| attachmentType | attachmentType | 添付ファイルの種類。 使用可能な値: file、item、reference。 必須です。 |
| contentType | String | 添付ファイル内のデータの性質。 省略可能です。 |
| name | String | 添付ファイルの表示名。 これは説明的な文字列であり、実際のファイル名である必要はありません。 必須です。 |
| size | Int64 | 添付ファイルの長さ (バイト単位)。 必須です。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.attachmentInfo",
"attachmentType": "String",
"contentType": "String",
"name": "String",
"size": "Int64"
}