Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Metadata related to the files that were uploaded as part of a customDataProvidedResourceUploadSession.
Properties
| Property | Type | Description |
|---|---|---|
| filesUploaded | Int32 | Number of files uploaded in this session. |
| totalBytesUploaded | Int64 | Total bytes uploaded in this session. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.customDataProvidedResourceUploadStats",
"filesUploaded": "Int32",
"totalBytesUploaded": "Int64"
}