Partager via


Type de ressource attachmentInfo

Espace de noms: microsoft.graph

Représente les attributs d’une pièce jointe.

Propriétés

Propriété Type Description
attachmentType attachmentType Type de la pièce jointe. Les valeurs possibles sont file, item, reference. Obligatoire.
contentType Chaîne Nature des données dans la pièce jointe. Optional.
nom Chaîne Nom d’affichage de la pièce jointe. Il peut s’agir d’une chaîne descriptive et ne doit pas être le nom de fichier réel. Obligatoire.
size Int64 Longueur de la pièce jointe en octets. Obligatoire.

Relations

Aucun.

Représentation JSON

La représentation JSON suivante montre le type de ressource.

{
  "@odata.type": "#microsoft.graph.attachmentInfo",
  "attachmentType": "String",
  "contentType": "String",
  "name": "String",
  "size": "Int64"
}