printDocumentUploadProperties resource type
Namespace: microsoft.graph
Describes the document that is being uploaded
Properties
Property | Type | Description |
---|---|---|
contentType | String | The document's content (MIME) type. |
documentName | String | The document's name. |
size | Int64 | The document's size in bytes. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.printDocumentUploadProperties",
"contentType": "String",
"documentName": "String",
"size": "Integer"
}