printDocumentUploadProperties 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.

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.

{
  "contentType": "String",
  "documentName": "String",
  "size": "Int64",
}