printDocument resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents a document being printed.
Methods
Method | Return Type | Description |
---|---|---|
Create upload session | uploadSession | Create an upload session to iteratively upload ranges of binary file of the printDocument. |
Download binary file | Download Url | Download the binary file associated with the printDocument. |
Properties
Property | Type | Description |
---|---|---|
id | String | The document's identifier. Read-only. |
displayName | String | The document's name. Read-only. |
contentType | String | The document's content (MIME) type. Read-only. |
size | Int64 | The document's size in bytes. Read-only. |
JSON representation
The following JSON representation shows the resource type.
{
"id": "String (identifier)",
"displayName": "String",
"contentType": "String",
"size": 12345
}